Skip to content

Commit

Permalink
fix:remove extra parentheses
Browse files Browse the repository at this point in the history
Signed-off-by: mdafsanhossain <[email protected]>
  • Loading branch information
mdafsanhossain committed Nov 24, 2023
1 parent ffa1bca commit ce886ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/bpf/quirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ or GPL2.txt for full copies of the license.
#define BPF_FORBIDS_ZERO_ACCESS
#endif

#if (defined(CONFIG_X86_64) || defined(CONFIG_ARM64) || defined(CONFIG_S390)) || defined(CONFIG_PPC64)) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 17, 0)
#if (defined(CONFIG_X86_64) || defined(CONFIG_ARM64) || defined(CONFIG_S390) || defined(CONFIG_PPC64)) && LINUX_VERSION_CODE >= KERNEL_VERSION(4, 17, 0)
#define BPF_SUPPORTS_RAW_TRACEPOINTS
#endif

Expand Down

0 comments on commit ce886ba

Please sign in to comment.