aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
diff options
context:
space:
mode:
authorGravatar huzhi001@208suo.com <huzhi001@208suo.com> 2023-07-19 19:00:38 +0800
committerGravatar Anna Schumaker <Anna.Schumaker@Netapp.com> 2023-08-24 13:24:15 -0400
commita841c9cb9b04b05525f0928633e84e95921ab298 (patch)
treead3cf9c32a0163aa71788119e7e1e79055013e2c /fs/nfs
parentNFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_info (diff)
downloadlinux-a841c9cb9b04b05525f0928633e84e95921ab298.tar.gz
linux-a841c9cb9b04b05525f0928633e84e95921ab298.tar.bz2
linux-a841c9cb9b04b05525f0928633e84e95921ab298.zip
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 <huzhi001@208suo.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/file.c b/fs/nfs/file.c
index 79b1b3fcd3fc..3f9768810427 100644
--- a/fs/nfs/file.c
+++ b/fs/nfs/file.c
@@ -200,7 +200,7 @@ nfs_file_splice_read(struct file *in, loff_t *ppos, struct pipe_inode_info *pipe
EXPORT_SYMBOL_GPL(nfs_file_splice_read);
int
-nfs_file_mmap(struct file * file, struct vm_area_struct * vma)
+nfs_file_mmap(struct file *file, struct vm_area_struct *vma)
{
struct inode *inode = file_inode(file);
int status;