* [PATCH] afs/_enter: Fix typo in string
@ 2022-07-04 2:37 Li zeming
2022-07-05 13:30 ` David Howells
0 siblings, 1 reply; 2+ messages in thread
From: Li zeming @ 2022-07-04 2:37 UTC (permalink / raw)
To: dhowells, marc.dionne; +Cc: linux-afs, linux-kernel, kernel, Li zeming
Remove the repeated ',' from string
Signed-off-by: Li zeming <zeming@nfschina.com>
---
fs/afs/dir.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/afs/dir.c b/fs/afs/dir.c
index 56ae5cd5184f..0628e843949f 100644
--- a/fs/afs/dir.c
+++ b/fs/afs/dir.c
@@ -574,7 +574,7 @@ static int afs_lookup_one_filldir(struct dir_context *ctx, const char *name,
struct afs_lookup_one_cookie *cookie =
container_of(ctx, struct afs_lookup_one_cookie, ctx);
- _enter("{%s,%u},%s,%u,,%llu,%u",
+ _enter("{%s,%u},%s,%u,%llu,%u",
cookie->name.name, cookie->name.len, name, nlen,
(unsigned long long) ino, dtype);
@@ -643,7 +643,7 @@ static int afs_lookup_filldir(struct dir_context *ctx, const char *name,
container_of(ctx, struct afs_lookup_cookie, ctx);
int ret;
- _enter("{%s,%u},%s,%u,,%llu,%u",
+ _enter("{%s,%u},%s,%u,%llu,%u",
cookie->name.name, cookie->name.len, name, nlen,
(unsigned long long) ino, dtype);
--
2.18.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] afs/_enter: Fix typo in string
2022-07-04 2:37 [PATCH] afs/_enter: Fix typo in string Li zeming
@ 2022-07-05 13:30 ` David Howells
0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2022-07-05 13:30 UTC (permalink / raw)
To: Li zeming; +Cc: dhowells, marc.dionne, linux-afs, linux-kernel, kernel
Li zeming <zeming@nfschina.com> wrote:
> - _enter("{%s,%u},%s,%u,,%llu,%u",
> + _enter("{%s,%u},%s,%u,%llu,%u",
It's not a typo. The fpos argument isn't printed.
> - _enter("{%s,%u},%s,%u,,%llu,%u",
> + _enter("{%s,%u},%s,%u,%llu,%u",
Ditto.
David
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-05 13:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 2:37 [PATCH] afs/_enter: Fix typo in string Li zeming
2022-07-05 13:30 ` David Howells
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®