aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Oliveira <[email protected]>2016-09-30 11:32:05 +0100
committerGreg Kroah-Hartman <[email protected]>2016-10-02 17:29:11 +0200
commit37a7029b755b0b82c22a69880106d95ca66af0ba (patch)
tree46498a872b10b052ee2ac886fb041738a841efe4
parent6315bbdb59bca30b16409aaca8031ce5c41325aa (diff)
Staging: comedi: Align the * in block comments
Align the * on each line of block comments as reported by checkpatch Signed-off-by: Ramiro Oliveira <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/comedi/drivers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c
index 44511d729450..a5bf2cc165c0 100644
--- a/drivers/staging/comedi/drivers.c
+++ b/drivers/staging/comedi/drivers.c
@@ -15,7 +15,7 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
-*/
+ */
#include <linux/device.h>
#include <linux/module.h>