projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a92168
)
block: genhd.c: fix message typo
author
Randy Dunlap
<rdunlap@infradead.org>
Sun, 19 Nov 2017 01:43:38 +0000
(17:43 -0800)
committer
Jens 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
patch
|
blob
|
history
diff --git
a/block/genhd.c
b/block/genhd.c
index c143a2274238114011e5be6defb9faac67915150..96a66f67172045d571be9fe18248dbefc99766ef 100644
(file)
--- a/
block/genhd.c
+++ b/
block/genhd.c
@@
-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 allocate
d
more than %d partitions\n",
+ "block: can't allocate more than %d partitions\n",
DISK_MAX_PARTS);
minors = DISK_MAX_PARTS;
}