ASoC: Max98095: Move existing NULL check before pointer dereference.
[deliverable/linux.git] / block / genhd.c
index c91a2dac6b6b282f5104c781b8f9509dda42f38d..b364bd038a18f76fc5461d5f9c7e1186d696fb31 100644 (file)
@@ -739,7 +739,7 @@ void __init printk_all_partitions(void)
 
                /*
                 * Don't show empty devices or things that have been
-                * surpressed
+                * suppressed
                 */
                if (get_capacity(disk) == 0 ||
                    (disk->flags & GENHD_FL_SUPPRESS_PARTITION_INFO))
This page took 0.029961 seconds and 5 git commands to generate.