diff options
author | Mark Brown <broonie@kernel.org> | 2018-11-29 16:24:37 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-11-29 16:24:37 +0000 |
commit | 787f4889a6cf879a3b8b31cf34804da69b40cc10 (patch) | |
tree | 18e1330646d5485a2162da27141123e5409b536f /drivers/spi | |
parent | 5651248697f70aad78aa0208490c776d1f842315 (diff) | |
download | linux-787f4889a6cf879a3b8b31cf34804da69b40cc10.tar.bz2 |
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.c | 10 |
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> |