From: anish kumar <anish198519851985@gmail.com>
To: myungjoo.ham@samsung.com
Cc: cw00.choi@samsung.com, linux-kernel@vger.kernel.org,
anish kumar <anish198519851985@gmail.com>
Subject: [PATCH] Extcon: Minor change in the declaration of cable_names
Date: Sat, 18 Aug 2012 13:49:24 +0530 [thread overview]
Message-ID: <1345277964-7637-1-git-send-email-anish198519851985@gmail.com> (raw)
From: anish kumar <anish198519851985@gmail.com>
Instead of "const char **supported_cable" it is better to have
it as "const char *const *supported_cable".
Signed-off-by: anish kumar <anish198519851985@gmail.com>
---
include/linux/extcon.h | 2 +-
include/linux/extcon/extcon-adc-jack.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/extcon.h b/include/linux/extcon.h
index cdd4014..a6bcc29 100644
--- a/include/linux/extcon.h
+++ b/include/linux/extcon.h
@@ -111,7 +111,7 @@ struct extcon_cable;
struct extcon_dev {
/* --- Optional user initializing data --- */
const char *name;
- const char **supported_cable;
+ const char *const *supported_cable;
const u32 *mutually_exclusive;
/* --- Optional callbacks to override class functions --- */
diff --git a/include/linux/extcon/extcon-adc-jack.h b/include/linux/extcon/extcon-adc-jack.h
index 20e9eef..f27f2e8 100644
--- a/include/linux/extcon/extcon-adc-jack.h
+++ b/include/linux/extcon/extcon-adc-jack.h
@@ -60,7 +60,7 @@ struct adc_jack_pdata {
/*
* The last entry should be NULL
*/
- const char **cable_names;
+ const char *const *cable_names;
/* The last entry's state should be 0 */
struct adc_jack_cond *adc_conditions;
--
1.7.1
next reply other threads:[~2012-08-18 8:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-18 8:19 anish kumar [this message]
2012-08-20 6:56 함명주
2012-08-20 7:27 ` anish kumar
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=1345277964-7637-1-git-send-email-anish198519851985@gmail.com \
--to=anish198519851985@gmail.com \
--cc=cw00.choi@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome