Commit 02a1bef0 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Fix comment in drivers/block/genhd.c

From: Trivial Patch Monkey <trivial@rustcorp.com.au>

From:  a.othieno@bluewin.ch (Arthur Othieno)

add_gendisk() was replaced with add_disk(), but the comment suggests
otherwise.  Breaks `make *docs'.
parent 8248abaa
......@@ -184,7 +184,7 @@ static int exact_lock(dev_t dev, void *data)
}
/**
* add_gendisk - add partitioning information to kernel list
* add_disk - add partitioning information to kernel list
* @disk: per-device partitioning information
*
* This function registers the partitioning information in @disk
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment