Commit 3fe40764 authored by Slark Xiao's avatar Slark Xiao Committed by Greg Kroah-Hartman

kernfs: Fix typo 'the the' in comment

Replace 'the the' with 'the' in the comment.
Signed-off-by: default avatarSlark Xiao <slark_xiao@163.com>
Link: https://lore.kernel.org/r/20220722100518.79741-1-slark_xiao@163.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 321eaf31
...@@ -307,7 +307,7 @@ static ssize_t kernfs_fop_read_iter(struct kiocb *iocb, struct iov_iter *iter) ...@@ -307,7 +307,7 @@ static ssize_t kernfs_fop_read_iter(struct kiocb *iocb, struct iov_iter *iter)
* There is no easy way for us to know if userspace is only doing a partial * There is no easy way for us to know if userspace is only doing a partial
* write, so we don't support them. We expect the entire buffer to come on * write, so we don't support them. We expect the entire buffer to come on
* the first write. Hint: if you're writing a value, first read the file, * the first write. Hint: if you're writing a value, first read the file,
* modify only the the value you're changing, then write entire buffer * modify only the value you're changing, then write entire buffer
* back. * back.
*/ */
static ssize_t kernfs_fop_write_iter(struct kiocb *iocb, struct iov_iter *iter) static ssize_t kernfs_fop_write_iter(struct kiocb *iocb, struct iov_iter *iter)
......
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