Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 787f4889 authored by Mark Brown's avatar Mark Brown
Browse files

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
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
// 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>