linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sedat Dilek <sedat.dilek@gmail.com>
To: Tomas Winkler <tomas.winkler@intel.com>,
	linux-kernel@vger.kernel.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Sedat Dilek <sedat.dilek@gmail.com>
Subject: [PATCH -next] mei: Fix typo "@hader" in mei_write_message()
Date: Tue,  8 Jan 2013 09:48:16 +0100	[thread overview]
Message-ID: <1357634896-9944-1-git-send-email-sedat.dilek@gmail.com> (raw)

This was introduced by:

commit 438763f37eb9664b6372bdfee990f8c33acdc63c
"mei: drop redundant length parameter from mei_write_message function"

First seen in linux-next (next-20120108).

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
 drivers/misc/mei/interface.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/mei/interface.c b/drivers/misc/mei/interface.c
index 155bd7e..651eacf 100644
--- a/drivers/misc/mei/interface.c
+++ b/drivers/misc/mei/interface.c
@@ -202,7 +202,7 @@ int mei_hbuf_empty_slots(struct mei_device *dev)
  * mei_write_message - writes a message to mei device.
  *
  * @dev: the device structure
- * @hader: mei HECI header of message
+ * @header: mei HECI header of message
  * @buf: message payload will be written
  *
  * This function returns -EIO if write has failed
-- 
1.7.9.5


             reply	other threads:[~2013-01-08  8:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-08  8:48 Sedat Dilek [this message]
2013-01-08  8:54 ` [PATCH -next] mei: Fix typo "@hader" in mei_write_message() Winkler, Tomas
2013-01-17 18:17 ` Greg Kroah-Hartman
2013-01-17 18:51   ` Sedat Dilek
2013-01-17 19:59     ` Greg Kroah-Hartman

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=1357634896-9944-1-git-send-email-sedat.dilek@gmail.com \
    --to=sedat.dilek@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tomas.winkler@intel.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).