lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 15 Jul 2022 15:48:22 +0800
From:   Zhou jie <zhoujie@...china.com>
To:     dhowells@...hat.com, marc.dionne@...istor.com
Cc:     linux-afs@...ts.infradead.org, linux-kernel@...r.kernel.org,
        kernel@...china.com, Zhou jie <zhoujie@...china.com>
Subject: [PATCH] afs/file: Fix typo in string

Remove the repeated ',' from string

Signed-off-by: Zhou jie <zhoujie@...china.com>

diff --git a/fs/afs/file.c b/fs/afs/file.c
index 26292a110a8f..19202e7f400b 100644
--- a/fs/afs/file.c
+++ b/fs/afs/file.c
@@ -287,7 +287,7 @@ int afs_fetch_data(struct afs_vnode *vnode, struct afs_read *req)
 {
 	struct afs_operation *op;
 
-	_enter("%s{%llx:%llu.%u},%x,,,",
+	_enter("%s{%llx:%llu.%u},%x,",
 	       vnode->volume->name,
 	       vnode->fid.vid,
 	       vnode->fid.vnode,
-- 
2.18.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ