You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/09/27 16:14:10 UTC

[incubator-nuttx] branch master updated: tiva: tiva_i2c.h: Fix nxstyle warnings

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new a4aecb4  tiva: tiva_i2c.h: Fix nxstyle warnings
a4aecb4 is described below

commit a4aecb4f42bfb3b3147d854cac41f8b5c988c316
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Sun Sep 27 09:26:04 2020 -0400

    tiva: tiva_i2c.h: Fix nxstyle warnings
    
    arch/arm/src/tiva/tiva_i2c.h:
    
        * Fix nxstyle warnings. No functional changes.
---
 arch/arm/src/tiva/tiva_i2c.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/src/tiva/tiva_i2c.h b/arch/arm/src/tiva/tiva_i2c.h
index 5b2c328..fa30cd6 100644
--- a/arch/arm/src/tiva/tiva_i2c.h
+++ b/arch/arm/src/tiva/tiva_i2c.h
@@ -1,4 +1,4 @@
-/************************************************************************************
+/****************************************************************************
  * arch/arm/src/tiva/tiva_i2c.h
  *
  *   Copyright (C) 2014 Gregory Nutt. All rights reserved.
@@ -31,14 +31,14 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- ************************************************************************************/
+ ****************************************************************************/
 
 #ifndef __ARCH_ARM_SRC_TIVA_TIVA_I2C_H
 #define __ARCH_ARM_SRC_TIVA_TIVA_I2C_H
 
-/************************************************************************************
+/****************************************************************************
  * Included Files
- ************************************************************************************/
+ ****************************************************************************/
 
 #include <nuttx/config.h>
 #include <nuttx/i2c/i2c_master.h>