linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/12] trivial: drivers/media/usb/gspca/gspca.c: fix the indentation of a comment
       [not found] <1401883430-19492-1-git-send-email-ao2@ao2.it>
@ 2014-06-04 12:03 ` Antonio Ospite
  2014-09-01  7:23   ` Antonio Ospite
  2014-06-04 12:03 ` [PATCH 02/12] trivial: drivers/media/usb/gspca/gspca.h: indent with TABs, not spaces Antonio Ospite
  1 sibling, 1 reply; 4+ messages in thread
From: Antonio Ospite @ 2014-06-04 12:03 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Antonio Ospite, Hans de Goede, linux-media

Fix indentation of a comment, put it on the same level of the code it
refers to.

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: linux-media@vger.kernel.org
---
 drivers/media/usb/gspca/gspca.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/media/usb/gspca/gspca.c b/drivers/media/usb/gspca/gspca.c
index f3a7ace..f4bae98 100644
--- a/drivers/media/usb/gspca/gspca.c
+++ b/drivers/media/usb/gspca/gspca.c
@@ -870,9 +870,8 @@ static int gspca_init_transfer(struct gspca_dev *gspca_dev)
 		ep_tb[0].alt = gspca_dev->alt;
 		alt_idx = 1;
 	} else {
-
-	/* else, compute the minimum bandwidth
-	 * and build the endpoint table */
+		/* else, compute the minimum bandwidth
+		 * and build the endpoint table */
 		alt_idx = build_isoc_ep_tb(gspca_dev, intf, ep_tb);
 		if (alt_idx <= 0) {
 			pr_err("no transfer endpoint found\n");
-- 
2.0.0


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

* [PATCH 02/12] trivial: drivers/media/usb/gspca/gspca.h: indent with TABs, not spaces
       [not found] <1401883430-19492-1-git-send-email-ao2@ao2.it>
  2014-06-04 12:03 ` [PATCH 01/12] trivial: drivers/media/usb/gspca/gspca.c: fix the indentation of a comment Antonio Ospite
@ 2014-06-04 12:03 ` Antonio Ospite
  2014-09-01  7:26   ` Antonio Ospite
  1 sibling, 1 reply; 4+ messages in thread
From: Antonio Ospite @ 2014-06-04 12:03 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Antonio Ospite, Hans de Goede, linux-media

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: Hans de Goede <hdegoede@redhat.com>
Cc: linux-media@vger.kernel.org
---
 drivers/media/usb/gspca/gspca.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/usb/gspca/gspca.h b/drivers/media/usb/gspca/gspca.h
index 300642d..c1273e5 100644
--- a/drivers/media/usb/gspca/gspca.h
+++ b/drivers/media/usb/gspca/gspca.h
@@ -234,6 +234,6 @@ int gspca_resume(struct usb_interface *intf);
 int gspca_expo_autogain(struct gspca_dev *gspca_dev, int avg_lum,
 	int desired_avg_lum, int deadzone, int gain_knee, int exposure_knee);
 int gspca_coarse_grained_expo_autogain(struct gspca_dev *gspca_dev,
-        int avg_lum, int desired_avg_lum, int deadzone);
+	int avg_lum, int desired_avg_lum, int deadzone);
 
 #endif /* GSPCAV2_H */
-- 
2.0.0


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

* Re: [PATCH 01/12] trivial: drivers/media/usb/gspca/gspca.c: fix the indentation of a comment
  2014-06-04 12:03 ` [PATCH 01/12] trivial: drivers/media/usb/gspca/gspca.c: fix the indentation of a comment Antonio Ospite
@ 2014-09-01  7:23   ` Antonio Ospite
  0 siblings, 0 replies; 4+ messages in thread
From: Antonio Ospite @ 2014-09-01  7:23 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Antonio Ospite, Hans de Goede, linux-media

On Wed,  4 Jun 2014 14:03:39 +0200
Antonio Ospite <ao2@ao2.it> wrote:

> Fix indentation of a comment, put it on the same level of the code it
> refers to.
>
> Signed-off-by: Antonio Ospite <ao2@ao2.it>
> Cc: Hans de Goede <hdegoede@redhat.com>
> Cc: linux-media@vger.kernel.org

Ping, I cannot see this in any upstream repository.
Here is the linux-media patchwork link:
https://patchwork.linuxtv.org/patch/24155/

Thanks,
   Antonio

> ---
>  drivers/media/usb/gspca/gspca.c | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/media/usb/gspca/gspca.c b/drivers/media/usb/gspca/gspca.c
> index f3a7ace..f4bae98 100644
> --- a/drivers/media/usb/gspca/gspca.c
> +++ b/drivers/media/usb/gspca/gspca.c
> @@ -870,9 +870,8 @@ static int gspca_init_transfer(struct gspca_dev *gspca_dev)
>  		ep_tb[0].alt = gspca_dev->alt;
>  		alt_idx = 1;
>  	} else {
> -
> -	/* else, compute the minimum bandwidth
> -	 * and build the endpoint table */
> +		/* else, compute the minimum bandwidth
> +		 * and build the endpoint table */
>  		alt_idx = build_isoc_ep_tb(gspca_dev, intf, ep_tb);
>  		if (alt_idx <= 0) {
>  			pr_err("no transfer endpoint found\n");
> -- 
> 2.0.0
> 
> 


-- 
Antonio Ospite
http://ao2.it

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?

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

* Re: [PATCH 02/12] trivial: drivers/media/usb/gspca/gspca.h: indent with TABs, not spaces
  2014-06-04 12:03 ` [PATCH 02/12] trivial: drivers/media/usb/gspca/gspca.h: indent with TABs, not spaces Antonio Ospite
@ 2014-09-01  7:26   ` Antonio Ospite
  0 siblings, 0 replies; 4+ messages in thread
From: Antonio Ospite @ 2014-09-01  7:26 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Antonio Ospite, Hans de Goede, linux-media

On Wed,  4 Jun 2014 14:03:40 +0200
Antonio Ospite <ao2@ao2.it> wrote:

> Signed-off-by: Antonio Ospite <ao2@ao2.it>
> Cc: Hans de Goede <hdegoede@redhat.com>
> Cc: linux-media@vger.kernel.org

Ping.
linux-media patchwork link:
https://patchwork.linuxtv.org/patch/24156/

Thanks,
   Antonio

> ---
>  drivers/media/usb/gspca/gspca.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/media/usb/gspca/gspca.h b/drivers/media/usb/gspca/gspca.h
> index 300642d..c1273e5 100644
> --- a/drivers/media/usb/gspca/gspca.h
> +++ b/drivers/media/usb/gspca/gspca.h
> @@ -234,6 +234,6 @@ int gspca_resume(struct usb_interface *intf);
>  int gspca_expo_autogain(struct gspca_dev *gspca_dev, int avg_lum,
>  	int desired_avg_lum, int deadzone, int gain_knee, int exposure_knee);
>  int gspca_coarse_grained_expo_autogain(struct gspca_dev *gspca_dev,
> -        int avg_lum, int desired_avg_lum, int deadzone);
> +	int avg_lum, int desired_avg_lum, int deadzone);
>  
>  #endif /* GSPCAV2_H */
> -- 
> 2.0.0
> 


-- 
Antonio Ospite
http://ao2.it

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?

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

end of thread, other threads:[~2014-09-01  7:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1401883430-19492-1-git-send-email-ao2@ao2.it>
2014-06-04 12:03 ` [PATCH 01/12] trivial: drivers/media/usb/gspca/gspca.c: fix the indentation of a comment Antonio Ospite
2014-09-01  7:23   ` Antonio Ospite
2014-06-04 12:03 ` [PATCH 02/12] trivial: drivers/media/usb/gspca/gspca.h: indent with TABs, not spaces Antonio Ospite
2014-09-01  7:26   ` Antonio Ospite

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 NNTP newsgroup(s).