From: "Darren Jenkins\\" <darrenrjenkins@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: [KJ][Patch] make storage class first in pwc-kiara.h
Date: Fri, 17 Feb 2006 11:00:03 +0000 [thread overview]
Message-ID: <1140174003.7789.14.camel@localhost.localdomain> (raw)
[-- 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
next reply other threads:[~2006-02-17 11:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-17 11:00 Darren Jenkins\ [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1140174003.7789.14.camel@localhost.localdomain \
--to=darrenrjenkins@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.