All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixed C99 style comment to C89 style.
@ 2015-08-03 20:13 Lior Pugatch
  2015-08-04  0:14 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Lior Pugatch @ 2015-08-03 20:13 UTC (permalink / raw)
  To: gregkh; +Cc: driverdev-devel

Patch created to satisfy checkpatch.pl
and fix possible compilation problems. 

Signed-off-by: Lior Pugatch <buzz5800@gmail.com>
---
 drivers/staging/vt6655/rxtx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/vt6655/rxtx.h b/drivers/staging/vt6655/rxtx.h
index b9bd163..54694df 100644
--- a/drivers/staging/vt6655/rxtx.h
+++ b/drivers/staging/vt6655/rxtx.h
@@ -197,4 +197,4 @@ int vnt_beacon_make(struct vnt_private *, struct ieee80211_vif *);
 int vnt_beacon_enable(struct vnt_private *, struct ieee80211_vif *,
 		      struct ieee80211_bss_conf *);
 
-#endif // __RXTX_H__
+#endif /* __RXTX_H__ */
-- 
1.9.1

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

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

* Re: [PATCH] Fixed C99 style comment to C89 style.
  2015-08-03 20:13 [PATCH] Fixed C99 style comment to C89 style Lior Pugatch
@ 2015-08-04  0:14 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-08-04  0:14 UTC (permalink / raw)
  To: Lior Pugatch; +Cc: driverdev-devel

On Mon, Aug 03, 2015 at 11:13:02PM +0300, Lior Pugatch wrote:
> Patch created to satisfy checkpatch.pl
> and fix possible compilation problems. 

Please fix up your subject line to say what part of the kernel you are
modifying, as well as the driver.  Look at the other patches for this
driver for examples of this.

And there is no compilation problems for the original code, don't make
that up :)

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2015-08-04  0:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-03 20:13 [PATCH] Fixed C99 style comment to C89 style Lior Pugatch
2015-08-04  0:14 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.