Skip to content

Commit 1775d37

Browse files
SShubh123kernel-patches-bot
authored andcommitted
net: core: bpf_sk_storage.c: Fix bare usage of unsigned
Changed bare usage of unsigned to unsigned int Signed-off-by: Shubhankar Kuranagatti <[email protected]>
1 parent 97e367d commit 1775d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/core/bpf_sk_storage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ EXPORT_SYMBOL_GPL(bpf_sk_storage_diag_put);
723723
struct bpf_iter_seq_sk_storage_map_info {
724724
struct bpf_map *map;
725725
unsigned int bucket_id;
726-
unsigned skip_elems;
726+
unsigned int skip_elems;
727727
};
728728

729729
static struct bpf_local_storage_elem *

0 commit comments

Comments
 (0)