clk: actions: Use the correct style for SPDX License Identifier
authorNishad Kamdar <nishadkamdar@gmail.com>
Wed, 1 May 2019 07:07:11 +0000 (12:37 +0530)
committerStephen Boyd <sboyd@kernel.org>
Wed, 1 May 2019 20:01:07 +0000 (13:01 -0700)
commitddd3e8b976c78ad36e960868536bd49f3d77c4c9
tree0b6c66070559db960de1c4b5223b5113b4cb39de
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b
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>
drivers/clk/actions/owl-common.h
drivers/clk/actions/owl-composite.h
drivers/clk/actions/owl-divider.h
drivers/clk/actions/owl-factor.h
drivers/clk/actions/owl-fixed-factor.h
drivers/clk/actions/owl-gate.h
drivers/clk/actions/owl-mux.h
drivers/clk/actions/owl-pll.h
drivers/clk/actions/owl-reset.h