]> git.karo-electronics.de Git - linux-beck.git/commit
staging: octeon: fix coding style warnings for block comments
authorOkash Khawaja <okash.khawaja@gmail.com>
Wed, 5 Aug 2015 20:13:52 +0000 (21:13 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Aug 2015 22:10:58 +0000 (15:10 -0700)
commite2622fb31635d3ffd8a2aa3d7f253d2c13c71ad3
treeca5a2a9175c68d1e798195bcf18f193d9455565e
parentdbb588a4f7bf5dd8ad871f5d5dec228295cc4b7e
staging: octeon: fix coding style warnings for block comments

The Linux kernel coding style suggests starting every line in a block
comment with an asterisk and finishing the block comment with */ on a
separate line. This patch fixes those warnings, clearing all warnings
and errors in this file, as reported by the checkpatch script.

Signed-off-by: Okash Khawaja <okash.khawaja@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/octeon/ethernet-rgmii.c