From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Fix typo in error message. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> --- block/genhd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lnx-414.orig/block/genhd.c +++ lnx-414/block/genhd.c @@ -1367,7 +1367,7 @@ struct gendisk *alloc_disk_node(int mino 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; }