From: gwr <gwr@free.fr>
To: linux-config@vger.kernel.org
Subject: drivers/mtd/devices/Kconfig grammar & syntax
Date: Mon, 16 Jun 2014 19:09:31 +0200 [thread overview]
Message-ID: <539F24CB.4080407@free.fr> (raw)
|Hello to all,
in latest linux kernel version ( v-3.16-rc1 ) ,
in drivers/mtd/devices/Kconfig ,
@line 221 ,
===========================
if MTD_DOCG3
config BCH_CONST_M
default 14
config BCH_CONST_T
default 4
endif
|||===========================
|
the "type" options are not present, text should be :
||
===========================
if MTD_DOCG3
config BCH_CONST_M
int
default 14
config BCH_CONST_T
int
default 4
endif
|||===========================
||
( andincidentally the 14 an the 4 default values should be surrounded by quotes. )
Thank for your reading.
reply other threads:[~2014-06-16 17:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=539F24CB.4080407@free.fr \
--to=gwr@free.fr \
--cc=linux-config@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).