Re: [PATCH] Staging: comedi: ssv_dnp: Remove unnecessary comment

2018-06-14 Thread Dan Carpenter
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 
> ---
>  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


___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH] Staging: comedi: ssv_dnp: Remove unnecessary comment

2018-06-14 Thread Javier Martinez
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 
---
 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 
 #include "../comedidev.h"
-- 
2.17.1

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel