[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1322827296.2313.21.camel@x61.thuisdomein>
Date: Fri, 02 Dec 2011 13:01:36 +0100
From: Paul Bolle <pebolle@...cali.nl>
To: Sjur Brændeland
<sjur.brandeland@...ricsson.com>
Cc: linux-kernel@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>, sjurbren@...il.com
Subject: Re: [RFCv2 8/9] xshm: Makefile and Kconfig for M7400 Shared Memory
Drivers
Spotted some typos, see below.
On Tue, 2011-11-29 at 20:39 +0100, Sjur Brændeland wrote:
>[...]
> diff --git a/drivers/xshm/Kconfig b/drivers/xshm/Kconfig
> new file mode 100644
> index 0000000..bae0da2
> --- /dev/null
> +++ b/drivers/xshm/Kconfig
> @@ -0,0 +1,17 @@
> +# XSHM gets selected by whoever wants it.
> +config XSHM
> + depends on CONFIG_C2C
> + tristate
> +
> +config XSHM_CHR
> + tristate "Character device for External Shared Memory (XSHM)"
> + select XSHM
> + default n
> + ---help---
> + Say "Y" if you want to character device for External Shared
Perhaps "[...] to use a character device for the [...]"?
> + Memory (XSHM) IPC mechanism. XSHM is an IPC protocol used to
> + talk to external device such as modem over a shared memory
> + (e.g. Chip to Chip).
> + Only say "M" here if you want to test XSHM and needs to load
s/needs/need/.
> + and unload its module.
> + If unsure say N.
>[...]
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists