diff options
author | Nishad Kamdar <nishadkamdar@gmail.com> | 2019-05-01 09:24:43 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-05-01 22:01:11 +0200 |
commit | 41d591750e3a0340c523d5ad5b91b625582bf623 (patch) | |
tree | c4f7c87cd3d46fb31301e001591cd27dc19e83c5 /drivers/clk/davinci/psc.h | |
parent | clk: actions: Use the correct style for SPDX License Identifier (diff) | |
download | linux-41d591750e3a0340c523d5ad5b91b625582bf623.tar.xz linux-41d591750e3a0340c523d5ad5b91b625582bf623.zip |
clk: davinci: Use the correct style for SPDX License Identifier
This patch corrects the SPDX License Identifier style
in header files related to Clock Drivers for Davinci 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 '')
-rw-r--r-- | drivers/clk/davinci/psc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/davinci/psc.h b/drivers/clk/davinci/psc.h index cc5614567a70..69070f834391 100644 --- a/drivers/clk/davinci/psc.h +++ b/drivers/clk/davinci/psc.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* * Clock driver for TI Davinci PSC controllers * |