]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
block: genhd.h comment needs updating
authorPetros Koutoupis <pkoutoupis@hydrasystemsllc.com>
Tue, 10 Mar 2009 07:25:54 +0000 (08:25 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 24 Mar 2009 11:35:17 +0000 (12:35 +0100)
The include/linux/genhd.h file, on line 338-352 declares some function
prototypes in which the comment on line 338 states that the definition of
these prototypes are to be found at drivers/block/genhd.c. The problem is
that genhd.c has been relocated to block/genhd.c. See attached patch to
correct this minor cosmetic typo.

Signed-off-by: Petros Koutoupis <pkoutoupis@hydrasystemsllc.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/genhd.h

index 16948eaecae3c3d4969cbbeb23d8106b0aeeb5da..56946b21ab780576213d1a2c39617069e50bf951 100644 (file)
@@ -336,7 +336,7 @@ static inline void part_dec_in_flight(struct hd_struct *part)
 /* drivers/block/ll_rw_blk.c */
 extern void part_round_stats(int cpu, struct hd_struct *part);
 
-/* drivers/block/genhd.c */
+/* block/genhd.c */
 extern int get_blkdev_list(char *, int);
 extern void add_disk(struct gendisk *disk);
 extern void del_gendisk(struct gendisk *gp);