mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-28 17:30:18 +00:00
scst: Fix a checkpatch complaint about whitespace
This patch fixes the following checkpatch warnings:
WARNING:SPACE_BEFORE_TAB: please, no space before tabs.
This commit is contained in:
@@ -583,7 +583,7 @@ static inline long get_user_pages_backport(unsigned long start,
|
||||
|
||||
/* <linux/kobject_ns.h> */
|
||||
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0) && \
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 16, 0) && \
|
||||
(!defined(RHEL_RELEASE_CODE) || \
|
||||
RHEL_RELEASE_CODE -0 < RHEL_RELEASE_VERSION(7, 6))
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user