From: Eisha Chen-yen-su Date: Sun, 18 Feb 2018 17:11:38 +0000 (+0100) Subject: staging: comedi: Add a missing space X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b32b2cacd91e785d03d2a945d42579451736a19d;p=linux.git 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 Acked-by: Julia Lawall Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/ni_stc.h b/drivers/staging/comedi/drivers/ni_stc.h index cb9d4c3a19266..831088c5cabb8 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