linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: ni_stc: Fixed comment coding style issue
@ 2018-03-26 13:27 Rene Hickersberger
  2018-03-29  9:53 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Rene Hickersberger @ 2018-03-26 13:27 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Rene Hickersberger

Fixed a coding style issue where the comment * was not aligned.

Signed-off-by: Rene Hickersberger <Rene.Hickersberger@gmx.at>
---
 drivers/staging/comedi/drivers/ni_stc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/ni_stc.h b/drivers/staging/comedi/drivers/ni_stc.h
index cb9d4c3..831088c 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
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Staging: comedi: ni_stc: Fixed comment coding style issue
  2018-03-26 13:27 [PATCH] Staging: comedi: ni_stc: Fixed comment coding style issue Rene Hickersberger
@ 2018-03-29  9:53 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2018-03-29  9:53 UTC (permalink / raw)
  To: Rene Hickersberger; +Cc: devel, linux-kernel

On Mon, Mar 26, 2018 at 03:27:10PM +0200, Rene Hickersberger wrote:
> Fixed a coding style issue where the comment * was not aligned.
> 
> Signed-off-by: Rene Hickersberger <Rene.Hickersberger@gmx.at>
> ---
>  drivers/staging/comedi/drivers/ni_stc.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/comedi/drivers/ni_stc.h b/drivers/staging/comedi/drivers/ni_stc.h
> index cb9d4c3..831088c 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
> -*/
> + */

Does not apply to my tree at all :(

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-29  9:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-26 13:27 [PATCH] Staging: comedi: ni_stc: Fixed comment coding style issue Rene Hickersberger
2018-03-29  9:53 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).