diff options
Diffstat (limited to 'fs/hfsplus/wrapper.c')
| -rw-r--r-- | fs/hfsplus/wrapper.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/hfsplus/wrapper.c b/fs/hfsplus/wrapper.c index b0cb70400996..ce9346099c72 100644 --- a/fs/hfsplus/wrapper.c +++ b/fs/hfsplus/wrapper.c @@ -30,7 +30,7 @@ struct hfsplus_wd {   * @sector: block to read or write, for blocks of HFSPLUS_SECTOR_SIZE bytes   * @buf: buffer for I/O   * @data: output pointer for location of requested data - * @opf: request op flags + * @opf: I/O operation type and flags   *   * The unit of I/O is hfsplus_min_io_size(sb), which may be bigger than   * HFSPLUS_SECTOR_SIZE, and @buf must be sized accordingly. On reads  |