Skip to content

Commit a841c9c

Browse files
huzhi001@208suo.comamschuma-ntap
authored andcommitted
filemap: Fix errors in file.c
The following checkpatch errors are removed: ERROR: "foo * bar" should be "foo *bar" "foo * bar" should be "foo *bar" Signed-off-by: ZhiHu <[email protected]> Signed-off-by: Anna Schumaker <[email protected]>
1 parent 96562c4 commit a841c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/nfs/file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ nfs_file_splice_read(struct file *in, loff_t *ppos, struct pipe_inode_info *pipe
200200
EXPORT_SYMBOL_GPL(nfs_file_splice_read);
201201

202202
int
203-
nfs_file_mmap(struct file * file, struct vm_area_struct * vma)
203+
nfs_file_mmap(struct file *file, struct vm_area_struct *vma)
204204
{
205205
struct inode *inode = file_inode(file);
206206
int status;

0 commit comments

Comments
 (0)