From: Vatika Harlalka <vatikaharlalka@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [PATCH] Staging: media: Remove spaces before tabs
Date: Fri, 20 Feb 2015 04:12:14 +0530 [thread overview]
Message-ID: <20150219224214.GA1311@gmail.com> (raw)
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
next reply other threads:[~2015-02-19 22:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-19 22:42 Vatika Harlalka [this message]
2015-02-26 18:54 ` [Outreachy kernel] [PATCH] Staging: media: Remove spaces before tabs Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150219224214.GA1311@gmail.com \
--to=vatikaharlalka@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.