]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/bnx2fc/bnx2fc_fcoe.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / drivers / scsi / bnx2fc / bnx2fc_fcoe.c
index ae1cb7639d99bbf4b6e4ae9c8519d9787d9f414c..e0558656c6462ed30b3ef1b67816b128f4a4f584 100644 (file)
@@ -908,7 +908,7 @@ static void bnx2fc_indicate_netevent(void *context, unsigned long event,
                return;
 
        default:
-               printk(KERN_ERR PFX "Unkonwn netevent %ld", event);
+               printk(KERN_ERR PFX "Unknown netevent %ld", event);
                return;
        }
 
@@ -1738,7 +1738,7 @@ static int bnx2fc_ulp_get_stats(void *handle)
 /**
  * bnx2fc_ulp_start - cnic callback to initialize & start adapter instance
  *
- * @handle:    transport handle pointing to adapter struture
+ * @handle:    transport handle pointing to adapter structure
  *
  * This function maps adapter structure to pcidev structure and initiates
  *     firmware handshake to enable/initialize on-chip FCoE components.