* [PATCH] block: genhd.c: fix message typo
@ 2017-11-19 1:43 Randy Dunlap
2017-11-19 18:02 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2017-11-19 1:43 UTC (permalink / raw)
To: linux-block, axboe
From: Randy Dunlap <rdunlap@infradead.org>
Fix typo in error message.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
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;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] block: genhd.c: fix message typo
2017-11-19 1:43 [PATCH] block: genhd.c: fix message typo Randy Dunlap
@ 2017-11-19 18:02 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2017-11-19 18:02 UTC (permalink / raw)
To: Randy Dunlap, linux-block
On 11/18/2017 06:43 PM, Randy Dunlap wrote:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Fix typo in error message.
Thanks Randy, applied.
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-19 18:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-19 1:43 [PATCH] block: genhd.c: fix message typo Randy Dunlap
2017-11-19 18:02 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).