> -----Original Message----- > From: linux-media-owner@xxxxxxxxxxxxxxx [mailto:linux-media- > owner@xxxxxxxxxxxxxxx] On Behalf Of Tobias Klauser > Sent: Thursday, May 20, 2010 2:06 PM > To: mchehab@xxxxxxxxxxxxx; linux-media@xxxxxxxxxxxxxxx > Cc: kernel-janitors@xxxxxxxxxxxxxxx; Tobias Klauser > Subject: [PATCH 06/11] V4L/DVB: omap_vout: Storage class should be before > const qualifier > > The C99 specification states in section 6.11.5: > > The placement of a storage-class specifier other than at the beginning > of the declaration specifiers in a declaration is an obsolescent > feature. > > Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> > --- > drivers/media/video/omap/omap_vout.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/media/video/omap/omap_vout.c > b/drivers/media/video/omap/omap_vout.c > index 4c0ab49..d6a2ae1 100644 > --- a/drivers/media/video/omap/omap_vout.c > +++ b/drivers/media/video/omap/omap_vout.c > @@ -128,7 +128,7 @@ module_param(debug, bool, S_IRUGO); > MODULE_PARM_DESC(debug, "Debug level (0-1)"); > > /* list of image formats supported by OMAP2 video pipelines */ > -const static struct v4l2_fmtdesc omap_formats[] = { > +static const struct v4l2_fmtdesc omap_formats[] = { > { > /* Note: V4L2 defines RGB565 as: > * Acked-by: Vaibhav Hiremath <hvaibhav@xxxxxx> Thanks, Vaibhav > -- > 1.6.3.3 > > -- > 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 -- 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