Skip to content

Commit 06a0213

Browse files
palmer-dabbeltbrauner
authored andcommitted
Non-functional cleanup of a "__user * filename"
The next patch defines a very similar interface, which I copied from this definition. Since I'm touching it anyway I don't see any reason not to just go fix this one up. Signed-off-by: Palmer Dabbelt <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Message-Id: <ef644540cfd8717f30bcc5e4c32f06c80b6c156e.1689092120.git.legion@kernel.org> Signed-off-by: Christian Brauner <[email protected]>
1 parent 06c2afb commit 06a0213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/syscalls.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ asmlinkage long sys_chdir(const char __user *filename);
438438
asmlinkage long sys_fchdir(unsigned int fd);
439439
asmlinkage long sys_chroot(const char __user *filename);
440440
asmlinkage long sys_fchmod(unsigned int fd, umode_t mode);
441-
asmlinkage long sys_fchmodat(int dfd, const char __user * filename,
441+
asmlinkage long sys_fchmodat(int dfd, const char __user *filename,
442442
umode_t mode);
443443
asmlinkage long sys_fchownat(int dfd, const char __user *filename, uid_t user,
444444
gid_t group, int flag);

0 commit comments

Comments
 (0)