* [PATCH] filemap: Fix errors in file.c
[not found] <tencent_405AD96A973A6206087B37AD8032389BA807@qq.com>
@ 2023-07-19 11:00 ` huzhi001
0 siblings, 0 replies; only message in thread
From: huzhi001 @ 2023-07-19 11:00 UTC (permalink / raw)
To: trond.myklebust, anna; +Cc: linux-nfs, linux-kernel
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>
---
fs/nfs/file.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-07-19 16:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <tencent_405AD96A973A6206087B37AD8032389BA807@qq.com>
2023-07-19 11:00 ` [PATCH] filemap: Fix errors in file.c huzhi001
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).