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
+2 -2
View File
@@ -1,4 +1,4 @@
/************************************************************************************ /****************************************************************************
* arch/drivers/analog/ad5410.c * arch/drivers/analog/ad5410.c
* *
* Copyright (C) 2010, 2016 Gregory Nutt. All rights reserved. * 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 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
************************************************************************************/ ****************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
+2 -2
View File
@@ -1,4 +1,4 @@
/************************************************************************************ /****************************************************************************
* arch/drivers/analog/ads1255.c * arch/drivers/analog/ads1255.c
* *
* Copyright (C) 2010, 2016 Gregory Nutt. All rights reserved. * 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 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
************************************************************************************/ ****************************************************************************/
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* include/nuttx/ioexpander/pcf8574.h * drivers/ioexpander/pcf8574.h
* *
* Copyright (C) 2016 Gregory Nutt. All rights reserved. * Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* include/nuttx/ioexpander/tca64xx.h * drivers/ioexpander/tca64xx.h
* Supports the following parts: TCA6408, TCA6416, TCA6424 * Supports the following parts: TCA6408, TCA6416, TCA6424
* *
* Copyright (C) 2016 Gregory Nutt. All rights reserved. * Copyright (C) 2016 Gregory Nutt. All rights reserved.
+1 -1
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. * Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
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. * Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org> * Author: Gregory Nutt <gnutt@nuttx.org>
+3 -2
View File
@@ -1,6 +1,7 @@
/**************************************************************************** /****************************************************************************
* 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/ *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+3 -2
View File
@@ -1,6 +1,7 @@
/**************************************************************************** /****************************************************************************
* 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/ *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+3 -2
View File
@@ -1,6 +1,7 @@
/**************************************************************************** /****************************************************************************
* 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/ *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+3 -2
View File
@@ -1,6 +1,7 @@
/**************************************************************************** /****************************************************************************
* 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/ *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+3 -2
View File
@@ -1,6 +1,7 @@
/**************************************************************************** /****************************************************************************
* 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/ *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+3 -2
View File
@@ -1,6 +1,7 @@
/**************************************************************************** /****************************************************************************
* 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/ *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+3 -2
View File
@@ -1,6 +1,7 @@
/**************************************************************************** /****************************************************************************
* 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/ *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* *
* Port to nuttx: * Port to nuttx:
* David Sidrane <david_s5@nscdg.com> * David Sidrane <david_s5@nscdg.com>
+3 -2
View File
@@ -1,6 +1,7 @@
/**************************************************************************** /****************************************************************************
* 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/ *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
+1 -1
View File
@@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* include/wireless/pn532.h * drivers/wireless/pn532.c
* *
* Copyright(C) 2012, 2013, 2016 Offcode Ltd. All rights reserved. * Copyright(C) 2012, 2013, 2016 Offcode Ltd. All rights reserved.
* Authors: Janne Rosberg <janne@offcode.fi> * Authors: Janne Rosberg <janne@offcode.fi>