]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers/staging/rtl8192u: style nonstyled comments
authorChristian Müller <muellerch-privat@web.de>
Mon, 1 Jul 2019 08:27:07 +0000 (10:27 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Jul 2019 16:32:09 +0000 (18:32 +0200)
commit0dbc8368edf0f1b55c4835019450d4c54cc9f6fe
treebdccce9f4568a16db03dcf0ebf6a9ff1caf3f9b6
parentd8718e45e2544251c11332655cce93ba9e080811
drivers/staging/rtl8192u: style nonstyled comments

The coding-styles.rst states, that multiline comments should
allways contain a leading "*" in each line.
For multiline comments in general they

/*
 * should look
 * like this.
 */

For multiline comments in either net/ or drivers/net/ however,
they should

/* omit
 * the first
 * empty line.
 */

Since this file is part of a networking driver, the goal for it would
be to reside in drivers/net/ one day.

This patch changes comments, that were in neither form of the two listed
above, to have the style that is specified for drivers/net/.

Signed-off-by: Christian Müller <muellerch-privat@web.de>
Signed-off-by: Felix Trommer <felix.trommer@hotmail.de>
Link: https://lore.kernel.org/r/20190701082707.25198-2-muellerch-privat@web.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_dm.c