Em Thu, 20 May 2010 10:36:28 +0200 Tobias Klauser <tklauser@xxxxxxxxxx> escreveu: > 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> As you've c/c kernel-janitors, I'm assuming that this patch will go via trivial tree. So, that's my ack: Acked-by: Mauro Carvalho Chehab <mchehab@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: > * -- Cheers, Mauro -- 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