mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Staging: comedi: ssv_dnp: Remove unnecessary comment
@ 2018-06-14 17:19 Javier Martinez
  2018-06-14 19:41 ` Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Javier Martinez @ 2018-06-14 17:19 UTC (permalink / raw)
  To: abbotti; +Cc: hsweeten, gregkh, devel, linux-kernel

Removal of a comment that was not needed at all.
We can clearly see that they are include/header files.

Signed-off-by: Javier Martinez <javiermlinux@gmail.com>
---
 drivers/staging/comedi/drivers/ssv_dnp.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/comedi/drivers/ssv_dnp.c b/drivers/staging/comedi/drivers/ssv_dnp.c
index 0628060e42ca..50de018ab9bb 100644
--- a/drivers/staging/comedi/drivers/ssv_dnp.c
+++ b/drivers/staging/comedi/drivers/ssv_dnp.c
@@ -16,7 +16,6 @@
  * Status: unknown
  */
 
-/* include files ----------------------------------------------------------- */
 
 #include <linux/module.h>
 #include "../comedidev.h"
-- 
2.17.1


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

* Re: [PATCH] Staging: comedi: ssv_dnp: Remove unnecessary comment
  2018-06-14 17:19 [PATCH] Staging: comedi: ssv_dnp: Remove unnecessary comment Javier Martinez
@ 2018-06-14 19:41 ` Dan Carpenter
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2018-06-14 19:41 UTC (permalink / raw)
  To: Javier Martinez; +Cc: abbotti, devel, linux-kernel, gregkh

On Thu, Jun 14, 2018 at 01:19:12PM -0400, Javier Martinez wrote:
> Removal of a comment that was not needed at all.
> We can clearly see that they are include/header files.
> 
> Signed-off-by: Javier Martinez <javiermlinux@gmail.com>
> ---
>  drivers/staging/comedi/drivers/ssv_dnp.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/comedi/drivers/ssv_dnp.c b/drivers/staging/comedi/drivers/ssv_dnp.c
> index 0628060e42ca..50de018ab9bb 100644
> --- a/drivers/staging/comedi/drivers/ssv_dnp.c
> +++ b/drivers/staging/comedi/drivers/ssv_dnp.c
> @@ -16,7 +16,6 @@
>   * Status: unknown
>   */
>  
> -/* include files ----------------------------------------------------------- */
>  

You need to remove a blank line or I think checkpatch.pl will complain
if you re-run it over the whole file.  (You aren't allowed to have
multiple blank lines in a row).

regards,
dan carpenter



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

end of thread, other threads:[~2018-06-14 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14 17:19 [PATCH] Staging: comedi: ssv_dnp: Remove unnecessary comment Javier Martinez
2018-06-14 19:41 ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®