]> asedeno.scripts.mit.edu Git - linux.git/commit
net: ethernet: Use the correct style for SPDX License Identifier
authorNishad Kamdar <nishadkamdar@gmail.com>
Wed, 23 Oct 2019 15:26:38 +0000 (20:56 +0530)
committerDavid S. Miller <davem@davemloft.net>
Sat, 26 Oct 2019 02:30:31 +0000 (19:30 -0700)
commit16d65287927e06b5c6c522d8d479def36c19844b
tree61e872321df05d9aa0192a5ef1f2887236de394e
parent31af5057c2c5668910b9e655f5e0fb9813351ff0
net: ethernet: Use the correct style for SPDX License Identifier

This patch corrects the SPDX License Identifier style in
header file related to ethernet driver for Cortina Gemini
devices. 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>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/cortina/gemini.h