Commit 2e833c8c authored by Randy Dunlap's avatar Randy Dunlap Committed by Jens Axboe

block: bdev & blktrace: use consistent function doc. notation

Use only one hyphen in kernel-doc notation between the function name
and its short description.

The is the documented kerenl-doc format. It also fixes the HTML
presentation to be consistent with other functions.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Link: https://lore.kernel.org/r/20221201070331.25685-1-rdunlap@infradead.orgSigned-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 7a88b1a8
...@@ -224,7 +224,7 @@ int fsync_bdev(struct block_device *bdev) ...@@ -224,7 +224,7 @@ int fsync_bdev(struct block_device *bdev)
EXPORT_SYMBOL(fsync_bdev); EXPORT_SYMBOL(fsync_bdev);
/** /**
* freeze_bdev -- lock a filesystem and force it into a consistent state * freeze_bdev - lock a filesystem and force it into a consistent state
* @bdev: blockdevice to lock * @bdev: blockdevice to lock
* *
* If a superblock is found on this device, we take the s_umount semaphore * If a superblock is found on this device, we take the s_umount semaphore
...@@ -268,7 +268,7 @@ int freeze_bdev(struct block_device *bdev) ...@@ -268,7 +268,7 @@ int freeze_bdev(struct block_device *bdev)
EXPORT_SYMBOL(freeze_bdev); EXPORT_SYMBOL(freeze_bdev);
/** /**
* thaw_bdev -- unlock filesystem * thaw_bdev - unlock filesystem
* @bdev: blockdevice to unlock * @bdev: blockdevice to unlock
* *
* Unlocks the filesystem and marks it writeable again after freeze_bdev(). * Unlocks the filesystem and marks it writeable again after freeze_bdev().
......
...@@ -721,7 +721,7 @@ EXPORT_SYMBOL_GPL(blk_trace_startstop); ...@@ -721,7 +721,7 @@ EXPORT_SYMBOL_GPL(blk_trace_startstop);
*/ */
/** /**
* blk_trace_ioctl: - handle the ioctls associated with tracing * blk_trace_ioctl - handle the ioctls associated with tracing
* @bdev: the block device * @bdev: the block device
* @cmd: the ioctl cmd * @cmd: the ioctl cmd
* @arg: the argument data, if any * @arg: the argument data, if any
...@@ -769,7 +769,7 @@ int blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg) ...@@ -769,7 +769,7 @@ int blk_trace_ioctl(struct block_device *bdev, unsigned cmd, char __user *arg)
} }
/** /**
* blk_trace_shutdown: - stop and cleanup trace structures * blk_trace_shutdown - stop and cleanup trace structures
* @q: the request queue associated with the device * @q: the request queue associated with the device
* *
**/ **/
......
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