Commit 787f4889 authored by Mark Brown's avatar Mark Brown

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: default avatarMark Brown <broonie@kernel.org>
parent 56512486
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
/* // SPI init/core code
* SPI init/core code //
* // Copyright (C) 2005 David Brownell
* Copyright (C) 2005 David Brownell // Copyright (C) 2008 Secret Lab Technologies Ltd.
* Copyright (C) 2008 Secret Lab Technologies Ltd.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/device.h> #include <linux/device.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment