drivers/: Review and correct some stylistic inconsistencies

This commit is contained in:
Gregory Nutt 2016-08-07 09:43:48 -06:00
parent 3404b3cb4a
commit 9965cbe428
15 changed files with 33 additions and 25 deletions

View File

@ -1,4 +1,4 @@
/************************************************************************************
/****************************************************************************
* arch/drivers/analog/ad5410.c
*
* Copyright (C) 2010, 2016 Gregory Nutt. All rights reserved.
@ -37,7 +37,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
************************************************************************************/
****************************************************************************/
#include <nuttx/config.h>

View File

@ -1,4 +1,4 @@
/************************************************************************************
/****************************************************************************
* arch/drivers/analog/ads1255.c
*
* Copyright (C) 2010, 2016 Gregory Nutt. All rights reserved.
@ -37,7 +37,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
************************************************************************************/
****************************************************************************/
/****************************************************************************
* Included Files

View File

@ -1,5 +1,5 @@
/****************************************************************************
* include/nuttx/ioexpander/pcf8574.h
* drivers/ioexpander/pcf8574.h
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* include/nuttx/ioexpander/tca64xx.h
* drivers/ioexpander/tca64xx.h
* Supports the following parts: TCA6408, TCA6416, TCA6424
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.

View File

@ -1,5 +1,5 @@
/****************************************************************************
* include/nuttx/mtd/mtd_nandscheme.c
* drivers/mtd/mtd_nandscheme.c
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,5 @@
/****************************************************************************
* driver/syslog/syslog_device.c
* drivers/syslog/syslog_device.c
*
* Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>

View File

@ -1,5 +1,6 @@
/****************************************************************************
* cc3000_common.c.c - CC3000 Host Driver Implementation.
* drivers/wireless/cc3000/cc3000_common.c.c - CC3000 Host Driver Implementation.
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,6 @@
/****************************************************************************
* evnt_handler.c - CC3000 Host Driver Implementation.
* drivers/wireless/cc3000/evnt_handler.c - CC3000 Host Driver Implementation.
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,6 @@
/****************************************************************************
* hci.c - CC3000 Host Driver Implementation.
* drivers/wireless/cc3000/hci.c - CC3000 Host Driver Implementation.
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,6 @@
/****************************************************************************
* netapp.c - CC3000 Host Driver Implementation.
* drivers/wireless/cc3000/netapp.c - CC3000 Host Driver Implementation.
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,6 @@
/****************************************************************************
* nvmem.c - CC3000 Host Driver Implementation.
* drivers/wireless/cc3000/nvmem.c - CC3000 Host Driver Implementation.
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,6 @@
/****************************************************************************
* socket.c - CC3000 Host Driver Implementation.
* drivers/wireless/cc3000/socket.c - CC3000 Host Driver Implementation.
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,6 @@
/****************************************************************************
* drivers/wireless/socket_imp.c - CC3000 Host Driver Implementation.
* drivers/wireless/cc3000/socket_imp.c - CC3000 Host Driver Implementation.
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Port to nuttx:

View File

@ -1,5 +1,6 @@
/****************************************************************************
* wlan.c - CC3000 Host Driver Implementation.
* drivers/wireless/cc3000/wlan.c - CC3000 Host Driver Implementation.
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Redistribution and use in source and binary forms, with or without

View File

@ -1,5 +1,5 @@
/****************************************************************************
* include/wireless/pn532.h
* drivers/wireless/pn532.c
*
* Copyright(C) 2012, 2013, 2016 Offcode Ltd. All rights reserved.
* Authors: Janne Rosberg <janne@offcode.fi>