Message ID | 68b919d0-870f-feb4-d92f-03ae3ed77dce@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 11/18/2017 06:43 PM, Randy Dunlap wrote: > From: Randy Dunlap <rdunlap@infradead.org> > > Fix typo in error message. Thanks Randy, applied.
--- 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; }