On Wed, 4 Jun 2014 14:03:39 +0200 Antonio Ospite <ao2@xxxxxx> wrote: > Fix indentation of a comment, put it on the same level of the code it > refers to. > > Signed-off-by: Antonio Ospite <ao2@xxxxxx> > Cc: Hans de Goede <hdegoede@xxxxxxxxxx> > Cc: linux-media@xxxxxxxxxxxxxxx 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? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html