diff options
author | Eisha Chen-yen-su <chenyensu0@gmail.com> | 2018-02-18 20:11:38 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-02-19 19:57:43 +0300 |
commit | b32b2cacd91e785d03d2a945d42579451736a19d (patch) | |
tree | bf7a48c131fbe59152bf54ecd9a64a1e055c87f6 /drivers/staging/comedi | |
parent | 4fdd5368f8c727be45524f4f53af42b19ae689f1 (diff) | |
download | linux-b32b2cacd91e785d03d2a945d42579451736a19d.tar.xz |
staging: comedi: Add a missing space
Add a missing space so that the * is properly aligned with
the rest of the block comment. Problem found with checkpatch.
Signed-off-by: Eisha Chen-yen-su <chenyensu0@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi')
-rw-r--r-- | drivers/staging/comedi/drivers/ni_stc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/drivers/ni_stc.h b/drivers/staging/comedi/drivers/ni_stc.h index cb9d4c3a1926..831088c5cabb 100644 --- a/drivers/staging/comedi/drivers/ni_stc.h +++ b/drivers/staging/comedi/drivers/ni_stc.h @@ -9,7 +9,7 @@ /* * References: * DAQ-STC Technical Reference Manual -*/ + */ #ifndef _COMEDI_NI_STC_H #define _COMEDI_NI_STC_H |