11/***************************************************************************
2- * Copyright (c) 2024 Microsoft Corporation
3- *
2+ * Copyright (c) 2024 Microsoft Corporation
3+ *
44 * This program and the accompanying materials are made available under the
55 * terms of the MIT License which is available at
66 * https://opensource.org/licenses/MIT.
7- *
7+ *
88 * SPDX-License-Identifier: MIT
99 **************************************************************************/
1010
1111
1212/**************************************************************************/
1313/**************************************************************************/
14- /** */
15- /** USBX Component */
14+ /** */
15+ /** USBX Component */
1616/** */
1717/** Device Stack */
1818/** */
4545/* */
4646/* INPUT */
4747/* */
48- /* vendor_command Vendor Command. */
49- /* application_callback Application Callback */
48+ /* vendor_command Vendor Command. */
49+ /* application_callback Application Callback */
5050/* */
5151/* OUTPUT */
5252/* */
53- /* Completion Status */
53+ /* Completion Status */
54+ /* */
55+ /* CALLS */
5456/* */
55- /* CALLS */
56- /* */
5757/* None */
58- /* */
59- /* CALLED BY */
60- /* */
61- /* Application */
62- /* */
63- /* RELEASE HISTORY */
64- /* */
65- /* DATE NAME DESCRIPTION */
66- /* */
58+ /* */
59+ /* CALLED BY */
60+ /* */
61+ /* Application */
62+ /* */
63+ /* RELEASE HISTORY */
64+ /* */
65+ /* DATE NAME DESCRIPTION */
66+ /* */
6767/* 05-19-2020 Chaoqiong Xiao Initial Version 6.0 */
6868/* 09-30-2020 Chaoqiong Xiao Modified comment(s), */
6969/* resulting in version 6.1 */
7070/* */
7171/**************************************************************************/
72- UINT _ux_device_stack_microsoft_extension_register (ULONG vendor_request ,
72+ UINT _ux_device_stack_microsoft_extension_register (ULONG vendor_request ,
7373 UINT (* vendor_request_function )(ULONG , ULONG , ULONG , ULONG , UCHAR * , ULONG * ))
7474{
7575
@@ -79,7 +79,7 @@ UINT _ux_device_stack_microsoft_extension_register(ULONG vendor_request,
7979
8080 /* Store the vendor command. */
8181 _ux_system_slave -> ux_system_slave_device_vendor_request = vendor_request ;
82- _ux_system_slave -> ux_system_slave_device_vendor_request_function = vendor_request_function ;
82+ _ux_system_slave -> ux_system_slave_device_vendor_request_function = vendor_request_function ;
8383
8484 /* Return successful completion. */
8585 return (UX_SUCCESS );
0 commit comments