diff --git a/arch/arm/src/armv7-a/gtm.h b/arch/arm/src/armv7-a/gtm.h index 347085f673..4fa10f3184 100644 --- a/arch/arm/src/armv7-a/gtm.h +++ b/arch/arm/src/armv7-a/gtm.h @@ -111,17 +111,6 @@ extern "C" #define EXTERN extern #endif -/**************************************************************************** - * Name: - * - * Description: - * - * Input Parameters: - * - * Returned Value: - * - ****************************************************************************/ - /* Clocking: * CLK - This is the main clock of the Cortex-A9 processor. All Cortex-A9 * processors in the Cortex-A9 MPCore processor and the SCU are clocked diff --git a/arch/arm/src/efm32/efm32_flash.c b/arch/arm/src/efm32/efm32_flash.c index 1353bbbdb1..d02f9d2fa5 100644 --- a/arch/arm/src/efm32/efm32_flash.c +++ b/arch/arm/src/efm32/efm32_flash.c @@ -258,7 +258,7 @@ int __ramfunc__ msc_load_verify_address(uint32_t *address) } /**************************************************************************** - * Name:msc_load_data + * Name: msc_load_data * * Description: * Perform data phase of FLASH write cycle. diff --git a/arch/arm/src/sama5/sam_tsd.c b/arch/arm/src/sama5/sam_tsd.c index 875091a878..15c96f7f8a 100644 --- a/arch/arm/src/sama5/sam_tsd.c +++ b/arch/arm/src/sama5/sam_tsd.c @@ -1034,7 +1034,7 @@ errout: } /**************************************************************************** - * Name:sam_tsd_ioctl + * Name: sam_tsd_ioctl ****************************************************************************/ static int sam_tsd_ioctl(struct file *filep, int cmd, unsigned long arg) diff --git a/arch/arm/src/stm32/stm32_ltdc.c b/arch/arm/src/stm32/stm32_ltdc.c index 25644116de..9c798d1ab5 100644 --- a/arch/arm/src/stm32/stm32_ltdc.c +++ b/arch/arm/src/stm32/stm32_ltdc.c @@ -1949,7 +1949,7 @@ static void stm32_ltdc_lenable(FAR struct stm32_layer_s *layer) } /**************************************************************************** - * Name stm32_ltdc_lclear + * Name: stm32_ltdc_lclear * * Description: * Clear the whole layer diff --git a/arch/arm/src/stm32f7/stm32_ltdc.c b/arch/arm/src/stm32f7/stm32_ltdc.c index c84b766fa2..185a6ade19 100644 --- a/arch/arm/src/stm32f7/stm32_ltdc.c +++ b/arch/arm/src/stm32f7/stm32_ltdc.c @@ -1959,7 +1959,7 @@ static void stm32_ltdc_lenable(FAR struct stm32_layer_s *layer) } /**************************************************************************** - * Name stm32_ltdc_lclear + * Name: stm32_ltdc_lclear * * Description: * Clear the whole layer diff --git a/arch/sim/src/up_framebuffer.c b/arch/sim/src/up_framebuffer.c index 8e374a2781..8178c3994d 100644 --- a/arch/sim/src/up_framebuffer.c +++ b/arch/sim/src/up_framebuffer.c @@ -308,7 +308,7 @@ static int up_getcursor(FAR struct fb_vtable_s *vtable, #endif /**************************************************************************** - * Name: + * Name: up_setcursor ****************************************************************************/ #ifdef CONFIG_FB_HWCURSOR diff --git a/arch/sim/src/up_touchscreen.c b/arch/sim/src/up_touchscreen.c index 49e0954b5c..7e5d4a255d 100644 --- a/arch/sim/src/up_touchscreen.c +++ b/arch/sim/src/up_touchscreen.c @@ -486,7 +486,7 @@ errout: } /**************************************************************************** - * Name:up_ioctl + * Name: up_ioctl ****************************************************************************/ static int up_ioctl(FAR struct file *filep, int cmd, unsigned long arg) diff --git a/arch/x86/src/i486/up_irq.c b/arch/x86/src/i486/up_irq.c index b216a24a71..8689769ead 100644 --- a/arch/x86/src/i486/up_irq.c +++ b/arch/x86/src/i486/up_irq.c @@ -81,7 +81,7 @@ static struct idt_entry_s idt_entries[256]; ****************************************************************************/ /**************************************************************************** - * Name idt_outb + * Name: idt_outb * * Description: * A slightly slower version of outb @@ -94,7 +94,7 @@ static void idt_outb(uint8_t val, uint16_t addr) } /**************************************************************************** - * Name up_remappic + * Name: up_remappic * * Description: * Remap the PIC. The Programmable Interrupt Controller (PIC) is used to @@ -142,7 +142,7 @@ static void up_remappic(void) } /**************************************************************************** - * Name up_idtentry + * Name: up_idtentry * * Description: * Initialize one IDT entry. @@ -168,7 +168,7 @@ static void up_idtentry(unsigned int index, uint32_t base, uint16_t sel, } /**************************************************************************** - * Name up_idtinit + * Name: up_idtinit * * Description: * Initialize the IDT. The Interrupt Descriptor Table (IDT) is a data diff --git a/arch/x86/src/qemu/qemu_handlers.c b/arch/x86/src/qemu/qemu_handlers.c index 0f84efb313..610e4b2ee8 100644 --- a/arch/x86/src/qemu/qemu_handlers.c +++ b/arch/x86/src/qemu/qemu_handlers.c @@ -65,7 +65,7 @@ static void idt_outb(uint8_t val, uint16_t addr) noinline_function; ****************************************************************************/ /**************************************************************************** - * Name idt_outb + * Name: idt_outb * * Description: * A slightly slower version of outb diff --git a/arch/xtensa/src/esp32/rom/esp32_gpio.h b/arch/xtensa/src/esp32/rom/esp32_gpio.h index c29d21ee46..38eae27c80 100644 --- a/arch/xtensa/src/esp32/rom/esp32_gpio.h +++ b/arch/xtensa/src/esp32/rom/esp32_gpio.h @@ -329,7 +329,7 @@ void gpio_matrix_out(uint32_t gpio, uint32_t signal_idx, bool out_inv, bool oen_inv); /**************************************************************************** - * Name: + * Name: gpio_pad_select_gpio * * Description: * Select pad as a gpio function from IOMUX. diff --git a/configs/mikroe-stm32f4/src/stm32_touchscreen.c b/configs/mikroe-stm32f4/src/stm32_touchscreen.c index efdb46d9a2..7273285db9 100644 --- a/configs/mikroe-stm32f4/src/stm32_touchscreen.c +++ b/configs/mikroe-stm32f4/src/stm32_touchscreen.c @@ -1328,7 +1328,7 @@ errout: } /**************************************************************************** - * Name:tc_ioctl + * Name: tc_ioctl ****************************************************************************/ static int tc_ioctl(FAR struct file *filep, int cmd, unsigned long arg) diff --git a/configs/pic32mx7mmb/src/pic32_touchscreen.c b/configs/pic32mx7mmb/src/pic32_touchscreen.c index 3974d6a358..82e1a91b37 100644 --- a/configs/pic32mx7mmb/src/pic32_touchscreen.c +++ b/configs/pic32mx7mmb/src/pic32_touchscreen.c @@ -1197,7 +1197,7 @@ errout: } /**************************************************************************** - * Name:tc_ioctl + * Name: tc_ioctl ****************************************************************************/ static int tc_ioctl(FAR struct file *filep, int cmd, unsigned long arg) diff --git a/configs/stm32f103-minimum/src/stm32f103_minimum.h b/configs/stm32f103-minimum/src/stm32f103_minimum.h index 18b6a5e41b..8ccae09f3d 100644 --- a/configs/stm32f103-minimum/src/stm32f103_minimum.h +++ b/configs/stm32f103-minimum/src/stm32f103_minimum.h @@ -331,7 +331,7 @@ int stm32_qencoder_initialize(FAR const char *devpath, int timer); #endif /**************************************************************************** - * Name stm32_rgbled_setup + * Name: stm32_rgbled_setup * * Description: * This function is called by board initialization logic to configure the diff --git a/configs/stm32f4discovery/src/stm32f4discovery.h b/configs/stm32f4discovery/src/stm32f4discovery.h index 7a711fc3f1..fb1ee6b81f 100644 --- a/configs/stm32f4discovery/src/stm32f4discovery.h +++ b/configs/stm32f4discovery/src/stm32f4discovery.h @@ -720,7 +720,7 @@ int stm32_pca9635_initialize(void); #endif /**************************************************************************** - * Name stm32_rgbled_setup + * Name: stm32_rgbled_setup * * Description: * This function is called by board initialization logic to configure the @@ -761,7 +761,7 @@ int stm32_timer_driver_setup(FAR const char *devpath, int timer); #endif /**************************************************************************** - * Name xen1210_archinitialize + * Name: xen1210_archinitialize * * Description: * This function is called by board initialization logic to configure the diff --git a/drivers/bch/bchdev_driver.c b/drivers/bch/bchdev_driver.c index 84fbc81034..f9b8181e6c 100644 --- a/drivers/bch/bchdev_driver.c +++ b/drivers/bch/bchdev_driver.c @@ -314,7 +314,7 @@ static ssize_t bch_read(FAR struct file *filep, FAR char *buffer, size_t len) } /**************************************************************************** - * Name:bch_write + * Name: bch_write ****************************************************************************/ static ssize_t bch_write(FAR struct file *filep, FAR const char *buffer, size_t len) diff --git a/drivers/input/ads7843e.c b/drivers/input/ads7843e.c index 56f1b6d88d..225d33e765 100644 --- a/drivers/input/ads7843e.c +++ b/drivers/input/ads7843e.c @@ -975,7 +975,7 @@ errout: } /**************************************************************************** - * Name:ads7843e_ioctl + * Name: ads7843e_ioctl ****************************************************************************/ static int ads7843e_ioctl(FAR struct file *filep, int cmd, unsigned long arg) diff --git a/drivers/input/ft5x06.c b/drivers/input/ft5x06.c index de23742fba..0afc495662 100644 --- a/drivers/input/ft5x06.c +++ b/drivers/input/ft5x06.c @@ -977,7 +977,7 @@ errout: } /**************************************************************************** - * Name:ft5x06_ioctl + * Name: ft5x06_ioctl ****************************************************************************/ static int ft5x06_ioctl(FAR struct file *filep, int cmd, unsigned long arg) diff --git a/drivers/input/max11802.c b/drivers/input/max11802.c index 52ba527ed8..435ea30d21 100644 --- a/drivers/input/max11802.c +++ b/drivers/input/max11802.c @@ -981,7 +981,7 @@ errout: } /**************************************************************************** - * Name:max11802_ioctl + * Name: max11802_ioctl ****************************************************************************/ static int max11802_ioctl(FAR struct file *filep, int cmd, unsigned long arg) diff --git a/drivers/input/mxt.c b/drivers/input/mxt.c index af0f3bff98..37a6467ffa 100644 --- a/drivers/input/mxt.c +++ b/drivers/input/mxt.c @@ -1499,7 +1499,7 @@ errout: } /**************************************************************************** - * Name:mxt_ioctl + * Name: mxt_ioctl ****************************************************************************/ static int mxt_ioctl(FAR struct file *filep, int cmd, unsigned long arg) diff --git a/drivers/input/tsc2007.c b/drivers/input/tsc2007.c index 65c57304b0..fdaec44112 100644 --- a/drivers/input/tsc2007.c +++ b/drivers/input/tsc2007.c @@ -1029,7 +1029,7 @@ errout: } /**************************************************************************** - * Name:tsc2007_ioctl + * Name: tsc2007_ioctl ****************************************************************************/ static int tsc2007_ioctl(FAR struct file *filep, int cmd, unsigned long arg) diff --git a/drivers/wireless/cc3000/cc3000.c b/drivers/wireless/cc3000/cc3000.c index 447d19f337..b04a8afa14 100644 --- a/drivers/wireless/cc3000/cc3000.c +++ b/drivers/wireless/cc3000/cc3000.c @@ -1189,7 +1189,7 @@ errout_without_sem: } /**************************************************************************** - * Name:cc3000_write + * Name: cc3000_write * * Bit of non standard buffer management ahead * The buffer is memory allocated in the user space with space for the spi @@ -1306,7 +1306,7 @@ errout_without_sem: } /**************************************************************************** - * Name:cc3000_ioctl + * Name: cc3000_ioctl ****************************************************************************/ static int cc3000_ioctl(FAR struct file *filep, int cmd, unsigned long arg) diff --git a/drivers/wireless/cc3000/cc3000_common.c b/drivers/wireless/cc3000/cc3000_common.c index acbb1c4ea6..bf8a8da8cd 100644 --- a/drivers/wireless/cc3000/cc3000_common.c +++ b/drivers/wireless/cc3000/cc3000_common.c @@ -40,7 +40,7 @@ #include /**************************************************************************** - * Name:__error__ + * Name: __error__ * * Description: * Stub function for ASSERT macro diff --git a/drivers/wireless/spirit/include/spirit_general.h b/drivers/wireless/spirit/include/spirit_general.h index aa0b7f4c6d..942a66b982 100644 --- a/drivers/wireless/spirit/include/spirit_general.h +++ b/drivers/wireless/spirit/include/spirit_general.h @@ -123,15 +123,4 @@ enum spirit_version_e * Public Function Prototypes ******************************************************************************/ -/****************************************************************************** - * Name: - * - * Description: - * - * Input Parameters: - * - * Returned Value: - * - ******************************************************************************/ - #endif /* __DRIVERS_WIRELESS_SPIRIT_INCLUDE_SPIRIT_GENERAL_H */ diff --git a/drivers/wireless/spirit/lib/spirit_linearfifo.c b/drivers/wireless/spirit/lib/spirit_linearfifo.c index 3e22358412..452d8ed373 100644 --- a/drivers/wireless/spirit/lib/spirit_linearfifo.c +++ b/drivers/wireless/spirit/lib/spirit_linearfifo.c @@ -102,7 +102,7 @@ uint8_t spirit_fifo_get_txcount(FAR struct spirit_library_s *spirit) } /****************************************************************************** - * Name: + * Name: spirit_fifo_set_rxalmostfull * * Description: * Sets the almost full threshold for the Rx FIFO. When the number of diff --git a/include/hex2bin.h b/include/hex2bin.h index 3ee8e42dd4..b1dc9ff8a4 100644 --- a/include/hex2bin.h +++ b/include/hex2bin.h @@ -146,7 +146,7 @@ int hex2bin(FAR struct lib_instream_s *instream, uint32_t endpaddr, enum hex2bin_swap_e swap); /**************************************************************************** - * Name hex2mem + * Name: hex2mem * * Description: * Read the Intel HEX ASCII data provided on the file descriptor 'fd' and @@ -173,7 +173,7 @@ int hex2mem(int fd, uint32_t baseaddr, uint32_t endpaddr, enum hex2bin_swap_e swap); /**************************************************************************** - * Name fhex2mem + * Name: fhex2mem * * Description: * Read the Intel HEX ASCII data provided on the standard stream diff --git a/include/nuttx/net/net.h b/include/nuttx/net/net.h index c24b4245e1..0ca30d9aab 100644 --- a/include/nuttx/net/net.h +++ b/include/nuttx/net/net.h @@ -393,7 +393,7 @@ void net_setipid(uint16_t id); int net_checksd(int fd, int oflags); /**************************************************************************** - * Name: + * Name: net_initlist * * Description: * Initialize a list of sockets for a new task diff --git a/include/nuttx/nx/nx.h b/include/nuttx/nx/nx.h index 4287497017..209de4fe06 100644 --- a/include/nuttx/nx/nx.h +++ b/include/nuttx/nx/nx.h @@ -295,7 +295,7 @@ int nx_runinstance(FAR const char *mqname, FAR NX_DRIVERTYPE *dev); int nx_start(void); /**************************************************************************** - * Name:nx_connectinstance (and nx_connect macro) + * Name: nx_connectinstance (and nx_connect macro) * * Description: * Open a connection from a client to the NX server. One one client diff --git a/libc/hex2bin/lib_fhex2mem.c b/libc/hex2bin/lib_fhex2mem.c index b6bc91aa9f..13b344adf9 100644 --- a/libc/hex2bin/lib_fhex2mem.c +++ b/libc/hex2bin/lib_fhex2mem.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Name fhex2mem + * Name: fhex2mem * * Description: * Read the Intel HEX ASCII data provided on the standard stream diff --git a/libc/hex2bin/lib_hex2mem.c b/libc/hex2bin/lib_hex2mem.c index 24b25b011d..fa21e59124 100644 --- a/libc/hex2bin/lib_hex2mem.c +++ b/libc/hex2bin/lib_hex2mem.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Name hex2mem + * Name: hex2mem * * Description: * Read the Intel HEX ASCII data provided on the file descriptor 'fd' and diff --git a/libc/wchar/lib_wcsnrtombs.c b/libc/wchar/lib_wcsnrtombs.c index a77cdc685f..c59975ace6 100644 --- a/libc/wchar/lib_wcsnrtombs.c +++ b/libc/wchar/lib_wcsnrtombs.c @@ -51,7 +51,7 @@ ****************************************************************************/ /**************************************************************************** - * Name: + * Name: wcsnrtombs * * Description: * The 'wcsrtombs' function converts a string of wide characters diff --git a/net/local/local_sockif.c b/net/local/local_sockif.c index 60d0b6cb9b..9413244bc5 100644 --- a/net/local/local_sockif.c +++ b/net/local/local_sockif.c @@ -530,7 +530,7 @@ static int local_connect(FAR struct socket *psock, } /**************************************************************************** - * Name: pkt_accept + * Name: local_accept * * Description: * The pkt_accept function is used with connection-based socket types @@ -799,17 +799,4 @@ static int local_close(FAR struct socket *psock) * Public Functions ****************************************************************************/ -/**************************************************************************** - * Name: - * - * Description: - * - * Parameters: - * - * Returned Value: - * - * Assumptions: - * - ****************************************************************************/ - #endif /* CONFIG_NET_LOCAL */