scsi: fix various printk and comment typos
[deliverable/linux.git] / drivers / scsi / bnx2fc / bnx2fc_fcoe.c
index 05fe6620b3f0714e72aed49aaae55858b8d0dd45..f982d2a0da5c45b1de486962d57037efa8c130fd 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.
This page took 0.027415 seconds and 5 git commands to generate.