From 2901b8d1cf302eb70198fbfc9036399b90a0cffb Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 25 Jan 2021 13:07:29 +0100 Subject: [PATCH] include: nuttx: can: fix nxstyle errors Fix nxstyle errors for headers Signed-off-by: Alin Jerpelea --- include/nuttx/can/error.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/nuttx/can/error.h b/include/nuttx/can/error.h index cf5fec64b7..9dc8033b23 100644 --- a/include/nuttx/can/error.h +++ b/include/nuttx/can/error.h @@ -1,6 +1,8 @@ -/* SPDX-License-Identifier: ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) */ +/* SPDX-License-Identifier: + * ((GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause) + */ -/************************************************************************************ +/**************************************************************************** * linux/can/error.h * * Definitions of the CAN error messages to be filtered and passed to the @@ -42,7 +44,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. - ************************************************************************************/ + ****************************************************************************/ #ifndef _UAPI_CAN_ERROR_H #define _UAPI_CAN_ERROR_H