summaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-11-29 17:24:37 +0100
committerMark Brown <broonie@kernel.org>2018-11-29 17:24:37 +0100
commit787f4889a6cf879a3b8b31cf34804da69b40cc10 (patch)
tree18e1330646d5485a2162da27141123e5409b536f /drivers/spi
parentMerge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br... (diff)
downloadlinux-787f4889a6cf879a3b8b31cf34804da69b40cc10.tar.xz
linux-787f4889a6cf879a3b8b31cf34804da69b40cc10.zip
spi: Fix formatting of header block
Make everything look intentional by having a C++ comment for the whole block, not just the SPDX line. Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/spi.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c
index 430ad637c643..b6fd8ea8ac0d 100644
--- a/drivers/spi/spi.c
+++ b/drivers/spi/spi.c
@@ -1,10 +1,8 @@
// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * SPI init/core code
- *
- * Copyright (C) 2005 David Brownell
- * Copyright (C) 2008 Secret Lab Technologies Ltd.
- */
+// SPI init/core code
+//
+// Copyright (C) 2005 David Brownell
+// Copyright (C) 2008 Secret Lab Technologies Ltd.
#include <linux/kernel.h>
#include <linux/device.h>