Re: [PATCH] net: core: bpf_sk_storage.c: Fix bare usage of unsigned
On Thu, Mar 11, 2021 at 03:13:49PM +0530, Shubhankar Kuranagatti wrote: > Changed bare usage of unsigned to unsigned int That says _what_ you did, but not _why_ you did it :( thanks, greg k-h
[PATCH] net: core: bpf_sk_storage.c: Fix bare usage of unsigned
Changed bare usage of unsigned to unsigned int Signed-off-by: Shubhankar Kuranagatti --- net/core/bpf_sk_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/bpf_sk_storage.c b/net/core/bpf_sk_storage.c index 4edd033e899c..d99753f88a70 100644 --- a/net/core/bpf_