All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 06/11] V4L/DVB: omap_vout: Storage class should be before const qualifier
@ 2010-05-20  8:36 ` Tobias Klauser
  0 siblings, 0 replies; 6+ messages in thread
From: Tobias Klauser @ 2010-05-20  8:36 UTC (permalink / raw)
  To: mchehab, linux-media; +Cc: kernel-janitors, Tobias Klauser

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@distanz.ch>
---
 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:
 		 *
-- 
1.6.3.3


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

end of thread, other threads:[~2010-05-31  7:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20  8:36 [PATCH 06/11] V4L/DVB: omap_vout: Storage class should be before const qualifier Tobias Klauser
2010-05-20  8:36 ` Tobias Klauser
2010-05-29  4:22 ` [PATCH 06/11] V4L/DVB: omap_vout: Storage class should be Mauro Carvalho Chehab
2010-05-29  4:22   ` [PATCH 06/11] V4L/DVB: omap_vout: Storage class should be before const qualifier Mauro Carvalho Chehab
2010-05-31  7:58 ` Hiremath, Vaibhav
2010-05-31  7:58   ` [PATCH 06/11] V4L/DVB: omap_vout: Storage class should be Hiremath, Vaibhav

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.