linux-api.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] syscall.h: fix comment
@ 2020-07-17 10:45 Bui Quang Minh
  2020-07-18  0:20 ` Thomas Gleixner
  0 siblings, 1 reply; 6+ messages in thread
From: Bui Quang Minh @ 2020-07-17 10:45 UTC (permalink / raw)
  To: minhquangbui99, trivial; +Cc: linux-api

The comment shows wrong file name that contains the syscalls' definition

Signed-off-by: Bui Quang Minh <minhquangbui99@gmail.com>
---
 include/linux/syscalls.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h
index 1815065d52f3..a3d053f715e2 100644
--- a/include/linux/syscalls.h
+++ b/include/linux/syscalls.h
@@ -741,7 +741,7 @@ asmlinkage long sys_settimeofday(struct __kernel_old_timeval __user *tv,
 asmlinkage long sys_adjtimex(struct __kernel_timex __user *txc_p);
 asmlinkage long sys_adjtimex_time32(struct old_timex32 __user *txc_p);
 
-/* kernel/timer.c */
+/* kernel/sys.c */
 asmlinkage long sys_getpid(void);
 asmlinkage long sys_getppid(void);
 asmlinkage long sys_getuid(void);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-18 15:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-17 10:45 [PATCH] syscall.h: fix comment Bui Quang Minh
2020-07-18  0:20 ` Thomas Gleixner
2020-07-18  2:37   ` Minh Bùi Quang
2020-07-18  8:05     ` Thomas Gleixner
2020-07-18 15:08       ` [PATCH] syscalls.h: Remove all file references in comments Bui Quang Minh
     [not found]         ` <20200718152322.4429-1-minhquangbui99@gmail.com>
2020-07-18 15:23           ` Bui Quang Minh

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).