Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / block / genhd.c
index e0ce23ac2ece84b24a283f9ae9203ec3291f2f78..c114a43052de293a111b8e9a5900aca3d440e7c6 100644 (file)
@@ -211,10 +211,11 @@ void unlink_gendisk(struct gendisk *disk)
 
 /**
  * get_gendisk - get partitioning information for a given device
- * @dev: device to get partitioning information for
+ * @devt: device to get partitioning information for
+ * @part: returned partition index
  *
  * This function gets the structure containing partitioning
- * information for the given device @dev.
+ * information for the given device @devt.
  */
 struct gendisk *get_gendisk(dev_t devt, int *part)
 {