diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2019-05-01 10:07:11 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-05-01 23:01:07 +0300 |
commit | ddd3e8b976c78ad36e960868536bd49f3d77c4c9 (patch) | |
tree | 0b6c66070559db960de1c4b5223b5113b4cb39de /drivers/clk/actions/owl-composite.h | |
parent | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff) | |
download | linux-ddd3e8b976c78ad36e960868536bd49f3d77c4c9.tar.xz |
clk: actions: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style
in header files related to Clock Drivers for Actions Semi Socs.
For C header files Documentation/process/license-rules.rst
mandates C-like comments (opposed to C source files where
C++ style should be used)
Changes made by using a script provided by Joe Perches here:
https://lkml.org/lkml/2019/2/7/46
Suggested-by: Joe Perches <joe@perches.com>
Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/actions/owl-composite.h')
-rw-r--r-- | drivers/clk/actions/owl-composite.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/actions/owl-composite.h b/drivers/clk/actions/owl-composite.h index b410ed5bf308..bca38bf8f218 100644 --- a/drivers/clk/actions/owl-composite.h +++ b/drivers/clk/actions/owl-composite.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0+ +/* SPDX-License-Identifier: GPL-2.0+ */ // // OWL composite clock driver // |