Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Dec 9, 2024
1 parent 5c965c7 commit 72bc4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/security/probe/constantfetch/fallback.go
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ func getFileFpathOffset(kv *kernel.Version) uint64 {
}
}

func getDentryDsbOffset(kv *kernel.Version) uint64 {
func getDentryDsbOffset(_ *kernel.Version) uint64 {
return 112
}

Expand Down

0 comments on commit 72bc4e0

Please sign in to comment.