diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-25 06:11:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-10-25 06:11:02 -0400 |
commit | 59e52534172d845ebffb0d7e85fc56fb7b857051 (patch) | |
tree | 49552e03f1bdb413cd8b5f7542e91770688d7047 /drivers/target | |
parent | 73692d9bb58ecc2fa73f4b2bfcf6eadaa6d49a26 (diff) | |
parent | 0d89e54c8249645404283436d952afc261a04e1e (diff) |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: (59 commits)
MAINTAINERS: linux-m32r is moderated for non-subscribers
linux@lists.openrisc.net is moderated for non-subscribers
Drop default from "DM365 codec select" choice
parisc: Kconfig: cleanup Kernel page size default
Kconfig: remove redundant CONFIG_ prefix on two symbols
cris: remove arch/cris/arch-v32/lib/nand_init.S
microblaze: add missing CONFIG_ prefixes
h8300: drop puzzling Kconfig dependencies
MAINTAINERS: microblaze-uclinux@itee.uq.edu.au is moderated for non-subscribers
tty: drop superfluous dependency in Kconfig
ARM: mxc: fix Kconfig typo 'i.MX51'
Fix file references in Kconfig files
aic7xxx: fix Kconfig references to READMEs
Fix file references in drivers/ide/
thinkpad_acpi: Fix printk typo 'bluestooth'
bcmring: drop commented out line in Kconfig
btmrvl_sdio: fix typo 'btmrvl_sdio_sd6888'
doc: raw1394: Trivial typo fix
CIFS: Don't free volume_info->UNC until we are entirely done with it.
treewide: Correct spelling of successfully in comments
...
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/iscsi/iscsi_target_nego.c | 2 | ||||
-rw-r--r-- | drivers/target/target_core_tpg.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/target/iscsi/iscsi_target_nego.c b/drivers/target/iscsi/iscsi_target_nego.c index 4d087ac11067..426cd4bf6a9a 100644 --- a/drivers/target/iscsi/iscsi_target_nego.c +++ b/drivers/target/iscsi/iscsi_target_nego.c | |||
@@ -504,7 +504,7 @@ static int iscsi_target_do_authentication( | |||
504 | break; | 504 | break; |
505 | case 1: | 505 | case 1: |
506 | pr_debug("iSCSI security negotiation" | 506 | pr_debug("iSCSI security negotiation" |
507 | " completed sucessfully.\n"); | 507 | " completed successfully.\n"); |
508 | login->auth_complete = 1; | 508 | login->auth_complete = 1; |
509 | if ((login_req->flags & ISCSI_FLAG_LOGIN_NEXT_STAGE1) && | 509 | if ((login_req->flags & ISCSI_FLAG_LOGIN_NEXT_STAGE1) && |
510 | (login_req->flags & ISCSI_FLAG_LOGIN_TRANSIT)) { | 510 | (login_req->flags & ISCSI_FLAG_LOGIN_TRANSIT)) { |
diff --git a/drivers/target/target_core_tpg.c b/drivers/target/target_core_tpg.c index 162b736c7342..49fd0a9b0a56 100644 --- a/drivers/target/target_core_tpg.c +++ b/drivers/target/target_core_tpg.c | |||
@@ -593,7 +593,7 @@ int core_tpg_set_initiator_node_queue_depth( | |||
593 | if (init_sess) | 593 | if (init_sess) |
594 | tpg->se_tpg_tfo->close_session(init_sess); | 594 | tpg->se_tpg_tfo->close_session(init_sess); |
595 | 595 | ||
596 | pr_debug("Successfuly changed queue depth to: %d for Initiator" | 596 | pr_debug("Successfully changed queue depth to: %d for Initiator" |
597 | " Node: %s on %s Target Portal Group: %u\n", queue_depth, | 597 | " Node: %s on %s Target Portal Group: %u\n", queue_depth, |
598 | initiatorname, tpg->se_tpg_tfo->get_fabric_name(), | 598 | initiatorname, tpg->se_tpg_tfo->get_fabric_name(), |
599 | tpg->se_tpg_tfo->tpg_get_tag(tpg)); | 599 | tpg->se_tpg_tfo->tpg_get_tag(tpg)); |