All of lore.kernel.org
 help / color / mirror / Atom feed
* [KJ][Patch] make storage class first in pwc-kiara.h
@ 2006-02-17 11:00 Darren Jenkins\
  2006-02-17 11:09 ` [KJ][Patch] Make storage class first in machine_kexec.c Darren Jenkins\
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Darren Jenkins\ @ 2006-02-17 11:00 UTC (permalink / raw)
  To: kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

G'day list

ICC complains about : Remark #82: Storage Class is not First.

http://linuxicc.sourceforge.net/

@ line 40 & 41 of pwc-kiara.h.

The patch below re-orders the modifiers to make extern before const.

Signed-off-by: Darren Jenkins <darrenrjenkins@gmail.com>

--- linux-2.6.16-rc3/drivers/usb/media/pwc/pwc-kiara.h.orig	2006-02-17 21:47:21.000000000 +1100
+++ linux-2.6.16-rc3/drivers/usb/media/pwc/pwc-kiara.h	2006-02-17 21:47:30.000000000 +1100
@@ -37,8 +37,8 @@ struct Kiara_table_entry
 	unsigned char mode[12];		/* precomputed mode settings for cam */
 };
 
-const extern struct Kiara_table_entry Kiara_table[PSZ_MAX][6][4];
-const extern unsigned int KiaraRomTable[8][2][16][8];
+extern const struct Kiara_table_entry Kiara_table[PSZ_MAX][6][4];
+extern const unsigned int KiaraRomTable[8][2][16][8];
 
 #endif
 



[-- Attachment #2: Type: text/plain, Size: 168 bytes --]

_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
https://lists.osdl.org/mailman/listinfo/kernel-janitors

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

end of thread, other threads:[~2006-02-18  4:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-17 11:00 [KJ][Patch] make storage class first in pwc-kiara.h Darren Jenkins\
2006-02-17 11:09 ` [KJ][Patch] Make storage class first in machine_kexec.c Darren Jenkins\
2006-02-17 11:43 ` [KJ][Patch] make storage class first in pwc-timon.h Darren Jenkins\
2006-02-17 12:13 ` [KJ][Patch] make storage class first in nfs4proc.c Darren Jenkins\
2006-02-17 16:12 ` [KJ][Patch] make storage class first in pwc-kiara.h Randy.Dunlap
2006-02-17 16:41 ` Adrian Bunk
2006-02-17 16:47 ` Randy.Dunlap
2006-02-18  3:46 ` Darren Jenkins\
2006-02-18  4:58 ` Randy.Dunlap

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.