OSDN Git Service

filemap: Fix errors in file.c
authorhuzhi001@208suo.com <huzhi001@208suo.com>
Wed, 19 Jul 2023 11:00:38 +0000 (19:00 +0800)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 24 Aug 2023 17:24:15 +0000 (13:24 -0400)
commita841c9cb9b04b05525f0928633e84e95921ab298
treead3cf9c32a0163aa71788119e7e1e79055013e2c
parent96562c45af5c31b89a197af28f79bfa838fb8391
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>
fs/nfs/file.c