Linux SCSI subsystem development
 help / color / mirror / Atom feed
From: "Ewan D. Milne" <emilne@redhat.com>
To: linux-scsi@vger.kernel.org
Subject: [PATCH v4 01/10] scsi: Fix incorrect function name in comment
Date: Thu,  1 Aug 2013 16:57:30 -0400	[thread overview]
Message-ID: <1375390659-12495-2-git-send-email-emilne@redhat.com> (raw)
In-Reply-To: <1375390659-12495-1-git-send-email-emilne@redhat.com>

From: "Ewan D. Milne" <emilne@redhat.com>

The function name is "scsi_evt_emit", not "sdev_evt_emit".

Signed-off-by: Ewan D. Milne <emilne@redhat.com>
---
 drivers/scsi/scsi_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/scsi_lib.c b/drivers/scsi/scsi_lib.c
index 6dfb978..f6499db 100644
--- a/drivers/scsi/scsi_lib.c
+++ b/drivers/scsi/scsi_lib.c
@@ -2171,7 +2171,7 @@ scsi_device_set_state(struct scsi_device *sdev, enum scsi_device_state state)
 EXPORT_SYMBOL(scsi_device_set_state);
 
 /**
- * 	sdev_evt_emit - emit a single SCSI device uevent
+ *	scsi_evt_emit - emit a single SCSI device uevent
  *	@sdev: associated SCSI device
  *	@evt: event to emit
  *
-- 
1.7.11.7


  reply	other threads:[~2013-08-01 20:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-01 20:57 [PATCH v4 00/10] Enhanced Unit Attention handling Ewan D. Milne
2013-08-01 20:57 ` Ewan D. Milne [this message]
2013-08-01 20:57 ` [PATCH v4 02/10] scsi: Correct size of envp[] Ewan D. Milne
2013-08-01 20:57 ` [PATCH v4 03/10] scsi: Add missing newline to scsi_sysfs.c Ewan D. Milne
2013-08-01 20:57 ` [PATCH v4 04/10] scsi: Change to use list_for_each_entry_safe Ewan D. Milne
2013-08-01 20:57 ` [PATCH v4 05/10] scsi: Rename scsi_evt_thread() to scsi_evt_work() Ewan D. Milne
2013-08-01 20:57 ` [PATCH v4 06/10] scsi: Move schedule_work() call to be outside lock Ewan D. Milne
2013-08-01 20:57 ` [PATCH v4 07/10] scsi: Clear expecting_cc_ua on successful commands Ewan D. Milne
2013-08-01 20:57 ` [PATCH v4 08/10] scsi: Generate uevents on certain unit attention codes Ewan D. Milne
2013-08-02 17:06   ` James Bottomley
2013-08-08 16:08     ` Ewan Milne
2013-08-09  1:15       ` James Bottomley
2013-08-09 14:50         ` Ewan Milne
2013-08-09 15:04           ` James Bottomley
2013-08-01 20:57 ` [PATCH v4 09/10] scsi_debug: Add optional unit attention reporting Ewan D. Milne
2013-08-01 20:57 ` [PATCH v4 10/10] scsi: Added scsi_target rescan capability to sysfs Ewan D. Milne
2013-08-02 17:05 ` [PATCH v4 00/10] Enhanced Unit Attention handling James Bottomley

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=1375390659-12495-2-git-send-email-emilne@redhat.com \
    --to=emilne@redhat.com \
    --cc=linux-scsi@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox