[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5292CC5E.3000405@infradead.org>
Date: Sun, 24 Nov 2013 20:04:46 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Masanari Iida <standby24x7@...il.com>, trivial@...nel.org,
linux-kernel@...r.kernel.org, tomas.winkler@...el.com
Subject: Re: [PATCH 3/3] [trivial] mei: Fix typo in mei drivers
On 11/23/13 07:36, Masanari Iida wrote:
> Correct spelling typo in comments within mei.
>
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
> ---
> drivers/misc/mei/amthif.c | 4 ++--
> drivers/misc/mei/debugfs.c | 2 +-
> drivers/misc/mei/hbm.c | 12 ++++++------
> drivers/misc/mei/mei_dev.h | 2 +-
> 4 files changed, 10 insertions(+), 10 deletions(-)
>
> diff --git a/drivers/misc/mei/debugfs.c b/drivers/misc/mei/debugfs.c
> index e3870f2..10b172a 100644
> --- a/drivers/misc/mei/debugfs.c
> +++ b/drivers/misc/mei/debugfs.c
> @@ -43,7 +43,7 @@ static ssize_t mei_dbgfs_read_meclients(struct file *fp, char __user *ubuf,
>
> mutex_lock(&dev->device_lock);
>
> - /* if the driver is not enabled the list won't b consitent */
> + /* if the driver is not enabled the list won't b consistent */
be
> if (dev->dev_state != MEI_DEV_ENABLED)
> goto out;
>
> diff --git a/drivers/misc/mei/hbm.c b/drivers/misc/mei/hbm.c
> index 9b3a0fb..96fed82 100644
> --- a/drivers/misc/mei/hbm.c
> +++ b/drivers/misc/mei/hbm.c
> @@ -90,7 +90,7 @@ void mei_hbm_cl_hdr(struct mei_cl *cl, u8 hbm_cmd, void *buf, size_t len)
> * @file: private data of the file object.
> * @disconn: disconnection request.
> *
> - * returns true if addres are same
> + * returns true if address are same
addresses
> */
> static inline
> bool mei_hbm_cl_addr_equal(struct mei_cl *cl, void *buf)
--
~Randy
--
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