All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: media: Remove spaces before tabs
@ 2015-02-19 22:42 Vatika Harlalka
  2015-02-26 18:54 ` [Outreachy kernel] " Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Vatika Harlalka @ 2015-02-19 22:42 UTC (permalink / raw)
  To: outreachy-kernel

This patch is to remove unneeded spaces before tabs so as to
follow kernel coding conventions.

Signed-off-by: Vatika Harlalka <vatikaharlalka@gmail.com>
---
 drivers/staging/media/tlg2300/pd-common.h | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/drivers/staging/media/tlg2300/pd-common.h b/drivers/staging/media/tlg2300/pd-common.h
index 9e23ad32..4252162 100644
--- a/drivers/staging/media/tlg2300/pd-common.h
+++ b/drivers/staging/media/tlg2300/pd-common.h
@@ -45,7 +45,7 @@ struct vbi_data {
 
 	unsigned int		copied;
 	unsigned int		vbi_size; /* the whole size of two fields */
-	int 			users;
+	int			users;
 };
 
 /*
@@ -80,9 +80,9 @@ struct video_data {
 
 	/* for communication */
 	u8			endpoint_addr;
-	struct urb 		*urb_array[SBUF_NUM];
+	struct urb		*urb_array[SBUF_NUM];
 	struct vbi_data		*vbi;
-	struct poseidon 	*pd;
+	struct poseidon		*pd;
 	struct front_face	*front;
 
 	int			is_streaming;
@@ -102,16 +102,16 @@ enum pcm_stream_state {
 #define CAPTURE_STREAM_EN 1
 struct poseidon_audio {
 	struct urb		*urb_array[AUDIO_BUFS];
-	unsigned int 		copied_position;
+	unsigned int		copied_position;
 	struct snd_pcm_substream   *capture_pcm_substream;
 
-	unsigned int 		rcv_position;
+	unsigned int		rcv_position;
 	struct	snd_card	*card;
-	int 			card_close;
+	int			card_close;
 
-	int 			users;
+	int			users;
 	int			pm_state;
-	enum pcm_stream_state 	capture_stream;
+	enum pcm_stream_state	capture_stream;
 };
 
 struct radio_data {
@@ -177,7 +177,7 @@ struct poseidon {
 	/* hardware info */
 	struct usb_device	*udev;
 	struct usb_interface	*interface;
-	int 			cur_transfer_mode;
+	int			cur_transfer_mode;
 
 	struct video_data	video_data;	/* video */
 	struct vbi_data		vbi_data;	/* vbi	 */
@@ -199,7 +199,7 @@ struct poseidon {
 };
 
 struct poseidon_format {
-	char 	*name;
+	char	*name;
 	int	fourcc;		 /* video4linux 2	  */
 	int	depth;		 /* bit/pixel		  */
 	int	flags;
-- 
1.9.1



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

end of thread, other threads:[~2015-02-26 18:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-19 22:42 [PATCH] Staging: media: Remove spaces before tabs Vatika Harlalka
2015-02-26 18:54 ` [Outreachy kernel] " 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.