From: Colin King <hidden> Date: 2021-03-26 19:44:37
From: Colin Ian King <redacted>
The variable id is being assigned a value that is never
read, the assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
---
kernel/bpf/btf.c | 1 -
1 file changed, 1 deletion(-)
From: Song Liu <song@kernel.org> Date: 2021-03-26 20:19:45
On Fri, Mar 26, 2021 at 12:45 PM Colin King [off-list ref] wrote:
From: Colin Ian King <redacted>
The variable id is being assigned a value that is never
read, the assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
Acked-by: Song Liu <redacted>
For future patches, please prefix it as [PATCH bpf-next] for
[PATCH bpf], based on which tree the patch should apply to.
From: Dan Carpenter <hidden> Date: 2021-03-29 05:57:09
On Fri, Mar 26, 2021 at 01:18:36PM -0700, Song Liu wrote:
On Fri, Mar 26, 2021 at 12:45 PM Colin King [off-list ref] wrote:
quoted
From: Colin Ian King <redacted>
The variable id is being assigned a value that is never
read, the assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
Acked-by: Song Liu <redacted>
For future patches, please prefix it as [PATCH bpf-next] for
[PATCH bpf], based on which tree the patch should apply to.
You can keep asking us to do that but it's never going to happen... :P
I do this for networking but it's a massive pain in the butt and I get
it wrong 20% of the time.
regards,
dan carpenter
Hello:
This patch was applied to bpf/bpf-next.git (refs/heads/master):
On Fri, 26 Mar 2021 19:43:48 +0000 you wrote:
From: Colin Ian King <redacted>
The variable id is being assigned a value that is never
read, the assignment is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <redacted>
[...]