]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - fs/inode.c
Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[thirdparty/linux.git] / fs / inode.c
index 93d9252a00ab4b2ed0fbb274b28e1df468aa71ca..37226a9cfa4fd33b73cf0aeba6ed20ce4a50a7c7 100644 (file)
@@ -1606,14 +1606,14 @@ EXPORT_SYMBOL(iput);
  *     @inode:  inode owning the block number being requested
  *     @block: pointer containing the block to find
  *
- *     Replaces the value in *block with the block number on the device holding
+ *     Replaces the value in ``*block`` with the block number on the device holding
  *     corresponding to the requested block number in the file.
  *     That is, asked for block 4 of inode 1 the function will replace the
- *     4 in *block, with disk block relative to the disk start that holds that
+ *     4 in ``*block``, with disk block relative to the disk start that holds that
  *     block of the file.
  *
  *     Returns -EINVAL in case of error, 0 otherwise. If mapping falls into a
- *     hole, returns 0 and *block is also set to 0.
+ *     hole, returns 0 and ``*block`` is also set to 0.
  */
 int bmap(struct inode *inode, sector_t *block)
 {