]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
s390/preempt: Adjust coding style
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 4 Dec 2024 11:31:02 +0000 (12:31 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 15 Dec 2024 14:13:43 +0000 (15:13 +0100)
Just remove a line break which reduces readability.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/preempt.h

index e100dd32f766a6b9dc1c31fdde6b2b135e5635b9..a55e1767b4d43812aafc263ed9e0cffd7f3b9fb5 100644 (file)
@@ -95,8 +95,7 @@ static __always_inline bool __preempt_count_dec_and_test(void)
  */
 static __always_inline bool should_resched(int preempt_offset)
 {
-       return unlikely(READ_ONCE(get_lowcore()->preempt_count) ==
-                       preempt_offset);
+       return unlikely(READ_ONCE(get_lowcore()->preempt_count) == preempt_offset);
 }
 
 #define init_task_preempt_count(p)     do { } while (0)