projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eee66c
)
s390/preempt: Adjust coding style
author
Heiko Carstens
<hca@linux.ibm.com>
Wed, 4 Dec 2024 11:31:02 +0000
(12:31 +0100)
committer
Alexander 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/include/asm/preempt.h
b/arch/s390/include/asm/preempt.h
index e100dd32f766a6b9dc1c31fdde6b2b135e5635b9..a55e1767b4d43812aafc263ed9e0cffd7f3b9fb5 100644
(file)
--- a/
arch/s390/include/asm/preempt.h
+++ b/
arch/s390/include/asm/preempt.h
@@
-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)