]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
block: genhd.c: fix message typo
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 19 Nov 2017 01:43:38 +0000 (17:43 -0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 19 Nov 2017 18:02:19 +0000 (11:02 -0700)
Fix typo in error message.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c

index c143a2274238114011e5be6defb9faac67915150..96a66f67172045d571be9fe18248dbefc99766ef 100644 (file)
@@ -1392,7 +1392,7 @@ struct gendisk *__alloc_disk_node(int minors, int node_id)
 
        if (minors > DISK_MAX_PARTS) {
                printk(KERN_ERR
-                       "block: can't allocated more than %d partitions\n",
+                       "block: can't allocate more than %d partitions\n",
                        DISK_MAX_PARTS);
                minors = DISK_MAX_PARTS;
        }