LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: staging: xgifb: vgatypes.h: fixed coding style warnings
@ 2016-01-03 17:47 Saatvik Arya
  0 siblings, 0 replies; 4+ messages in thread
From: Saatvik Arya @ 2016-01-03 17:47 UTC (permalink / raw
  To: arnaud.patard; +Cc: gregkh, devel, linux-kernel

fixed warnings about comment block coding style

Signed-off-by: Saatvik Arya <aryasaatvik@gmail.com>
---
 drivers/staging/xgifb/vgatypes.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h
index 61fa10f..de80e5c 100644
--- a/drivers/staging/xgifb/vgatypes.h
+++ b/drivers/staging/xgifb/vgatypes.h
@@ -27,14 +27,16 @@ struct xgi_hw_device_info {
 					    /* of Linear VGA memory */
 
 	unsigned long ulVideoMemorySize; /* size, in bytes, of the
-					    memory on the board */
+					  * memory on the board
+					  */
 
 	unsigned char jChipType; /* Used to Identify Graphics Chip */
 				 /* defined in the data structure type  */
 				 /* "XGI_CHIP_TYPE" */
 
 	unsigned char jChipRevision; /* Used to Identify Graphics
-					Chip Revision */
+				      * Chip Revision
+				      */
 
 	unsigned char ujVBChipID; /* the ID of video bridge */
 				  /* defined in the data structure type */
@@ -46,4 +48,3 @@ struct xgi_hw_device_info {
 /* Additional IOCTL for communication xgifb <> X driver        */
 /* If changing this, xgifb.h must also be changed (for xgifb) */
 #endif
-
-- 
2.5.0


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

* [PATCH] drivers: staging: xgifb: vgatypes.h: fixed coding style warnings
@ 2016-01-13 11:41 Saatvik Arya
  2016-02-08  4:13 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Saatvik Arya @ 2016-01-13 11:41 UTC (permalink / raw
  To: arnaud.patard; +Cc: gregkh, devel, linux-kernel

fixed warnings about comment block coding style

Signed-off-by: Saatvik Arya <aryasaatvik@gmail.com>
---
 drivers/staging/xgifb/vgatypes.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h
index 61fa10f..de80e5c 100644
--- a/drivers/staging/xgifb/vgatypes.h
+++ b/drivers/staging/xgifb/vgatypes.h
@@ -27,14 +27,16 @@ struct xgi_hw_device_info {
 					    /* of Linear VGA memory */
 
 	unsigned long ulVideoMemorySize; /* size, in bytes, of the
-					    memory on the board */
+					  * memory on the board
+					  */
 
 	unsigned char jChipType; /* Used to Identify Graphics Chip */
 				 /* defined in the data structure type  */
 				 /* "XGI_CHIP_TYPE" */
 
 	unsigned char jChipRevision; /* Used to Identify Graphics
-					Chip Revision */
+				      * Chip Revision
+				      */
 
 	unsigned char ujVBChipID; /* the ID of video bridge */
 				  /* defined in the data structure type */
@@ -46,4 +48,3 @@ struct xgi_hw_device_info {
 /* Additional IOCTL for communication xgifb <> X driver        */
 /* If changing this, xgifb.h must also be changed (for xgifb) */
 #endif
-
-- 
2.5.0

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

* [PATCH] drivers: staging: xgifb: vgatypes.h: fixed coding style warnings
@ 2016-02-03  2:27 Saatvik Arya
  0 siblings, 0 replies; 4+ messages in thread
From: Saatvik Arya @ 2016-02-03  2:27 UTC (permalink / raw
  To: arnaud.patard; +Cc: gregkh, devel, linux-kernel

fixed warnings about comment block coding style

Signed-off-by: Saatvik Arya <aryasaatvik@gmail.com>
---
 drivers/staging/xgifb/vgatypes.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/xgifb/vgatypes.h b/drivers/staging/xgifb/vgatypes.h
index 61fa10f..de80e5c 100644
--- a/drivers/staging/xgifb/vgatypes.h
+++ b/drivers/staging/xgifb/vgatypes.h
@@ -27,14 +27,16 @@ struct xgi_hw_device_info {
 					    /* of Linear VGA memory */
 
 	unsigned long ulVideoMemorySize; /* size, in bytes, of the
-					    memory on the board */
+					  * memory on the board
+					  */
 
 	unsigned char jChipType; /* Used to Identify Graphics Chip */
 				 /* defined in the data structure type  */
 				 /* "XGI_CHIP_TYPE" */
 
 	unsigned char jChipRevision; /* Used to Identify Graphics
-					Chip Revision */
+				      * Chip Revision
+				      */
 
 	unsigned char ujVBChipID; /* the ID of video bridge */
 				  /* defined in the data structure type */
@@ -46,4 +48,3 @@ struct xgi_hw_device_info {
 /* Additional IOCTL for communication xgifb <> X driver        */
 /* If changing this, xgifb.h must also be changed (for xgifb) */
 #endif
-
-- 
2.5.0

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

* Re: [PATCH] drivers: staging: xgifb: vgatypes.h: fixed coding style warnings
  2016-01-13 11:41 Saatvik Arya
@ 2016-02-08  4:13 ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2016-02-08  4:13 UTC (permalink / raw
  To: Saatvik Arya; +Cc: arnaud.patard, devel, linux-kernel

On Wed, Jan 13, 2016 at 05:11:56PM +0530, Saatvik Arya wrote:
> fixed warnings about comment block coding style
> 
> Signed-off-by: Saatvik Arya <aryasaatvik@gmail.com>
> ---
>  drivers/staging/xgifb/vgatypes.h | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 

Why did you resend this without saying why you resent it?  It just
confuses us...

Please fix up and resend properly.

thanks,

greg k-h

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

end of thread, other threads:[~2016-02-08  4:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-03 17:47 [PATCH] drivers: staging: xgifb: vgatypes.h: fixed coding style warnings Saatvik Arya
  -- strict thread matches above, loose matches on Subject: below --
2016-01-13 11:41 Saatvik Arya
2016-02-08  4:13 ` Greg KH
2016-02-03  2:27 Saatvik Arya

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 read-only IMAP folder(s) and NNTP newsgroup(s).