All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>,
	trivial@kernel.org, linux-kernel@vger.kernel.org,
	tomas.winkler@intel.com
Subject: Re: [PATCH 3/3] [trivial] mei: Fix typo in mei drivers
Date: Sun, 24 Nov 2013 20:04:46 -0800	[thread overview]
Message-ID: <5292CC5E.3000405@infradead.org> (raw)
In-Reply-To: <1385220974-3469-3-git-send-email-standby24x7@gmail.com>

On 11/23/13 07:36, Masanari Iida wrote:
> Correct spelling typo in comments within mei.
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.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

  parent reply	other threads:[~2013-11-25  4:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-23 15:36 [PATCH 1/3] [trivial] mei: Fix typo in client.c Masanari Iida
2013-11-23 15:36 ` [PATCH 2/3] [trivial] mei: Fix typo in mei/nfc.c Masanari Iida
2013-11-24  8:43   ` Winkler, Tomas
2013-11-23 15:36 ` [PATCH 3/3] [trivial] mei: Fix typo in mei drivers Masanari Iida
2013-11-24  8:42   ` Winkler, Tomas
2013-11-25  4:04   ` Randy Dunlap [this message]
2013-11-25 11:40     ` Winkler, Tomas
2013-11-24  8:42 ` [PATCH 1/3] [trivial] mei: Fix typo in client.c Winkler, Tomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5292CC5E.3000405@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=tomas.winkler@intel.com \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.