diff options
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/iscsi/iscsi_target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/target/iscsi/iscsi_target.c b/drivers/target/iscsi/iscsi_target.c index 984941e036c8..bd15a564fe24 100644 --- a/drivers/target/iscsi/iscsi_target.c +++ b/drivers/target/iscsi/iscsi_target.c | |||
@@ -714,7 +714,7 @@ static int __init iscsi_target_init_module(void) | |||
714 | sizeof(struct iscsi_queue_req), | 714 | sizeof(struct iscsi_queue_req), |
715 | __alignof__(struct iscsi_queue_req), 0, NULL); | 715 | __alignof__(struct iscsi_queue_req), 0, NULL); |
716 | if (!lio_qr_cache) { | 716 | if (!lio_qr_cache) { |
717 | pr_err("nable to kmem_cache_create() for" | 717 | pr_err("Unable to kmem_cache_create() for" |
718 | " lio_qr_cache\n"); | 718 | " lio_qr_cache\n"); |
719 | goto bitmap_out; | 719 | goto bitmap_out; |
720 | } | 720 | } |