Skip to content

Commit

Permalink
please the lint gods
Browse files Browse the repository at this point in the history
  • Loading branch information
haesbaert committed May 6, 2024
1 parent 5a1ef0f commit ffc372c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPL/Events/Helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ static void ebpf_cred_info__fill(struct ebpf_cred_info *ci, const struct task_st

static void ebpf_comm__fill(char *comm, size_t len, const struct task_struct *task)
{
read_kernel_str_or_empty_str(comm, len, BPF_CORE_READ(task, comm));
read_kernel_str_or_empty_str(comm, len, BPF_CORE_READ(task, comm));
}

static bool is_kernel_thread(const struct task_struct *task)
Expand Down

0 comments on commit ffc372c

Please sign in to comment.