11/***************************************************************************
2- * Copyright (c) 2024 Microsoft Corporation
2+ * Copyright (c) 2024 Microsoft Corporation
33 * Copyright (c) 2025-present Eclipse ThreadX Contributors
4- *
4+ *
55 * This program and the accompanying materials are made available under the
66 * terms of the MIT License which is available at
77 * https://opensource.org/licenses/MIT.
8- *
8+ *
99 * SPDX-License-Identifier: MIT
1010 **************************************************************************/
1111
3737/* including all data types and external references. It is assumed */
3838/* that nx_api.h and nx_port.h have already been included. */
3939/* */
40- /* RELEASE HISTORY */
41- /* */
42- /* DATE NAME DESCRIPTION */
43- /* */
44- /* 05-19-2020 Yuxin Zhou Initial Version 6.0 */
45- /* 09-30-2020 Yuxin Zhou Modified comment(s), */
46- /* resulting in version 6.1 */
47- /* 10-15-2021 Yuxin Zhou Modified comment(s), included */
48- /* necessary header file, */
49- /* resulting in version 6.1.9 */
50- /* */
5140/**************************************************************************/
5241
5342#ifndef NX_AUTO_IP_H
@@ -127,7 +116,7 @@ extern "C" {
127116#define NX_AUTO_IP_BAD_INTERFACE_INDEX 0xA02
128117
129118
130- /* Define the AutoIP structure that holds all the information necessary for this AutoIP
119+ /* Define the AutoIP structure that holds all the information necessary for this AutoIP
131120 instance. */
132121
133122typedef struct NX_AUTO_IP_STRUCT
@@ -151,9 +140,9 @@ typedef struct NX_AUTO_IP_STRUCT
151140
152141/* Application caller is present, perform API mapping. */
153142
154- /* Determine if error checking is desired. If so, map AutoIP API functions
143+ /* Determine if error checking is desired. If so, map AutoIP API functions
155144 to the appropriate error checking front-ends. Otherwise, map API
156- functions to the core functions that actually perform the work.
145+ functions to the core functions that actually perform the work.
157146 Note: error checking is enabled by default. */
158147
159148#ifdef NX_DISABLE_ERROR_CHECKING
0 commit comments