]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/infiniband/ulp/srpt/ib_srpt.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / drivers / infiniband / ulp / srpt / ib_srpt.c
index 2b73d43cd6919a33c6b491467ea02a5d7af8202f..ebe33d960d77b235bff0caf1e6721700b69312b8 100644 (file)
@@ -3450,7 +3450,7 @@ static struct se_node_acl *srpt_alloc_fabric_acl(struct se_portal_group *se_tpg)
 
        nacl = kzalloc(sizeof(struct srpt_node_acl), GFP_KERNEL);
        if (!nacl) {
-               printk(KERN_ERR "Unable to alocate struct srpt_node_acl\n");
+               printk(KERN_ERR "Unable to allocate struct srpt_node_acl\n");
                return NULL;
        }