linux-config.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/mtd/devices/Kconfig grammar & syntax
@ 2014-06-16 17:09 gwr
  0 siblings, 0 replies; only message in thread
From: gwr @ 2014-06-16 17:09 UTC (permalink / raw)
  To: linux-config

|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.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-16 17:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 17:09 drivers/mtd/devices/Kconfig grammar & syntax gwr

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).