diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-07-12 17:15:44 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-12 18:03:50 +0200 |
commit | a7ce2e0d04b1a6ee8056e7fea5ea96566d33a6f4 (patch) | |
tree | 90242f78a02b1dab3ad02a61ee2ab017245be599 /Documentation/scsi | |
parent | e3845deeb7b00d04d332219628c28b42b7b42a76 (diff) | |
download | linux-3.10-a7ce2e0d04b1a6ee8056e7fea5ea96566d33a6f4.tar.gz linux-3.10-a7ce2e0d04b1a6ee8056e7fea5ea96566d33a6f4.tar.bz2 linux-3.10-a7ce2e0d04b1a6ee8056e7fea5ea96566d33a6f4.zip |
fix comnment/printk typos concerning "empty"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/scsi')
-rw-r--r-- | Documentation/scsi/ChangeLog.lpfc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scsi/ChangeLog.lpfc b/Documentation/scsi/ChangeLog.lpfc index e759e92e286..337c924cc81 100644 --- a/Documentation/scsi/ChangeLog.lpfc +++ b/Documentation/scsi/ChangeLog.lpfc @@ -807,7 +807,7 @@ Changes from 20040908 to 20040920 lpfc_disc_done/lpfc_do_dpc cleanup - lpfc_disc_done can return void - move lpfc_do_dpc and lpfc_disc_done to lpfc_hbadisc.c - remove checking of list emptiness before calling lpfc_disc_done, - it handles the emtpy list case just fine and the additional + it handles the empty list case just fine and the additional instructions cost less then the bustlocked spinlock operations. * Integrated patch from Christoph Hellwig: This adds a new 64bit counter instead, brd_no isn't reused anymore. Also some tiny |