X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=lttng-kernel-version.h;fp=lttng-kernel-version.h;h=7dbb62b9d15b7d2c42299386d4f2c93de86d70b2;hb=247c3cd66b24d6622c84806a66482b30a20a3a90;hp=8fad8b09c98b4b44b5e9fdacfbd6cc9548d00d20;hpb=d16e1d266350c80935a6624f5091aeb7c70b9135;p=lttng-modules.git diff --git a/lttng-kernel-version.h b/lttng-kernel-version.h index 8fad8b09..7dbb62b9 100644 --- a/lttng-kernel-version.h +++ b/lttng-kernel-version.h @@ -35,7 +35,7 @@ LINUX_VERSION_CODE < KERNEL_VERSION(a_high, b_high, c_high)) #define LTTNG_UBUNTU_KERNEL_VERSION(a, b, c, d) \ - (((a) << 24) + ((b) << 16) + (c << 8) + (d)) + (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) #define LTTNG_UBUNTU_VERSION_CODE \ ((LINUX_VERSION_CODE << 8) + UTS_UBUNTU_RELEASE_ABI)