* [PATCH] ANDROID: fuse-bpf: fix semicolon.cocci warnings
2022-03-09 18:12 [ammarfaizi2-block:google/android/kernel/common/android13-5.10 9996/9999] fs/fuse/dir.c:557:43-44: Unneeded semicolon kernel test robot
@ 2022-03-09 18:10 ` kernel test robot
0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2022-03-09 18:10 UTC (permalink / raw)
To: Paul Lawrence; +Cc: kbuild-all, GNU/Weeb Mailing List, linux-kernel
From: kernel test robot <[email protected]>
fs/fuse/dir.c:557:43-44: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 8efdff35e305 ("ANDROID: fuse-bpf: Move fd operations to be synchronous")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: kernel test robot <[email protected]>
---
tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android13-5.10
head: 681ba23265bee4f2f0bd461df7d0025f4df17f09
commit: 8efdff35e3052e44d519ccfb9d50594f5df0240b [9996/9999] ANDROID: fuse-bpf: Move fd operations to be synchronous
:::::: branch date: 8 hours ago
:::::: commit date: 22 hours ago
fs/fuse/dir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/fs/fuse/dir.c
+++ b/fs/fuse/dir.c
@@ -554,7 +554,7 @@ int fuse_lookup_name(struct super_block
struct bpf_prog *bpf_prog = ERR_PTR(-EINVAL);
if (bpf_file && !IS_ERR(bpf_file))
- bpf_prog = fuse_get_bpf_prog(bpf_file);;
+ bpf_prog = fuse_get_bpf_prog(bpf_file);
if (IS_ERR(bpf_prog)) {
iput(*inode);
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ammarfaizi2-block:google/android/kernel/common/android13-5.10 9996/9999] fs/fuse/dir.c:557:43-44: Unneeded semicolon
@ 2022-03-09 18:12 kernel test robot
2022-03-09 18:10 ` [PATCH] ANDROID: fuse-bpf: fix semicolon.cocci warnings kernel test robot
0 siblings, 1 reply; 2+ messages in thread
From: kernel test robot @ 2022-03-09 18:12 UTC (permalink / raw)
To: Paul Lawrence; +Cc: kbuild-all, GNU/Weeb Mailing List, linux-kernel
tree: https://github.com/ammarfaizi2/linux-block google/android/kernel/common/android13-5.10
head: 681ba23265bee4f2f0bd461df7d0025f4df17f09
commit: 8efdff35e3052e44d519ccfb9d50594f5df0240b [9996/9999] ANDROID: fuse-bpf: Move fd operations to be synchronous
config: arm-randconfig-c004-20220309 (https://download.01.org/0day-ci/archive/20220310/[email protected]/config)
compiler: arm-linux-gnueabi-gcc (GCC) 11.2.0
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>
cocci warnings: (new ones prefixed by >>)
>> fs/fuse/dir.c:557:43-44: Unneeded semicolon
Please review and possibly fold the followup patch.
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-09 18:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-09 18:12 [ammarfaizi2-block:google/android/kernel/common/android13-5.10 9996/9999] fs/fuse/dir.c:557:43-44: Unneeded semicolon kernel test robot
2022-03-09 18:10 ` [PATCH] ANDROID: fuse-bpf: fix semicolon.cocci warnings kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox