linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] coredump: Fix typo
@ 2022-06-22  2:58 Zhang Jiaming
  0 siblings, 0 replies; 2+ messages in thread
From: Zhang Jiaming @ 2022-06-22  2:58 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, liqiong, renyu, Zhang Jiaming

Change 'postion' to 'position'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
 fs/coredump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/coredump.c b/fs/coredump.c
index ebc43f960b64..9efbe3d0cbc8 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
@@ -756,7 +756,7 @@ void do_coredump(const kernel_siginfo_t *siginfo)
 		core_dumped = binfmt->core_dump(&cprm);
 		/*
 		 * Ensures that file size is big enough to contain the current
-		 * file postion. This prevents gdb from complaining about
+		 * file position. This prevents gdb from complaining about
 		 * a truncated file if the last "write" to the file was
 		 * dump_skip.
 		 */
-- 
2.25.1


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

* [PATCH] coredump: fix typo
@ 2022-01-06  9:16 Qinghua Jin
  0 siblings, 0 replies; 2+ messages in thread
From: Qinghua Jin @ 2022-01-06  9:16 UTC (permalink / raw)
  Cc: Qinghua Jin, Alexander Viro, linux-fsdevel, linux-kernel

change 'postion' to 'position'

Signed-off-by: Qinghua Jin <qhjin.dev@gmail.com>
---
 fs/coredump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/coredump.c b/fs/coredump.c
index a6b3c196cdef..96963f4594d9 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
@@ -752,7 +752,7 @@ void do_coredump(const kernel_siginfo_t *siginfo)
 		core_dumped = binfmt->core_dump(&cprm);
 		/*
 		 * Ensures that file size is big enough to contain the current
-		 * file postion. This prevents gdb from complaining about
+		 * file position. This prevents gdb from complaining about
 		 * a truncated file if the last "write" to the file was
 		 * dump_skip.
 		 */
-- 
2.30.2


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

end of thread, other threads:[~2022-06-22  2:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-22  2:58 [PATCH] coredump: Fix typo Zhang Jiaming
  -- strict thread matches above, loose matches on Subject: below --
2022-01-06  9:16 [PATCH] coredump: fix typo Qinghua Jin

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