OSDN Git Service

staging: lustre: kernel style neating (block comments)
authorSanne Wouda <snnw@gruttepier.net>
Mon, 19 Oct 2015 11:56:51 +0000 (13:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 01:41:09 +0000 (18:41 -0700)
commitce1c42ed6053c229666a47d9e0d2d82c3e71813e
tree9a339a4735cd4590205504265e78ea676ccbf36b
parent7b318b411cc9dcc6309eaeba56ff822979e2b15c
staging: lustre: kernel style neating (block comments)

Fix lustre/ptlrpc/client.c block comments following the Coding Style
preferred format for multi-line and single-line comments:

        /*
         * This is the preferred style for multi-line
         * comments in the Linux kernel source code.
         * Please use it consistently.
         *
         * Description:  A column of asterisks on the left side,
         * with beginning and ending almost-blank lines.
         */

Included some minor textual fixes to get some comments on a single line.

Signed-off-by: Sanne Wouda <snnw@gruttepier.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/client.c