Re: [RFCv2 8/9] xshm: Makefile and Kconfig for M7400 Shared MemoryDrivers

From: Paul Bolle
Date: Fri Dec 02 2011 - 07:01:42 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/