[PATCH] mtd:ts5500_flash: Fix typo in MODULE_DESCRIPTION in ts5500_flash.c
Brian Norris
computersforpeace at gmail.com
Mon Mar 30 20:21:27 PDT 2015
On Mon, Mar 30, 2015 at 07:06:22PM +0900, Masanari Iida wrote:
> This patch fix a spelling typo in MODULE_DESCRIPTION in ts5500_flash.c.
Uhh, s/fix/fixes/ ? :)
Fixed and pushed to l2-mtd.git.
Brian
>
> Signed-off-by: Masanari Iida <standby24x7 at gmail.com>
> ---
> drivers/mtd/maps/ts5500_flash.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/maps/ts5500_flash.c b/drivers/mtd/maps/ts5500_flash.c
> index d1d671d..9969fed 100644
> --- a/drivers/mtd/maps/ts5500_flash.c
> +++ b/drivers/mtd/maps/ts5500_flash.c
> @@ -117,5 +117,5 @@ module_exit(cleanup_ts5500_map);
>
> MODULE_LICENSE("GPL");
> MODULE_AUTHOR("Sean Young <sean at mess.org>");
> -MODULE_DESCRIPTION("MTD map driver for Techology Systems TS-5500 board");
> +MODULE_DESCRIPTION("MTD map driver for Technology Systems TS-5500 board");
>
> --
> 2.3.4.274.g92e625d
>
More information about the linux-mtd
mailing list