lib/rbtree: fix coding style of assignments
authorchenqiwu <chenqiwu@xiaomi.com>
Tue, 7 Apr 2020 03:10:31 +0000 (20:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 7 Apr 2020 17:43:43 +0000 (10:43 -0700)
commit8d994cada27c565adfaa5ac524cc1bc099668dfd
treed9d3fc214e9dd2400f91cb0cbc70f576166c3307
parentcaa7f776ccd3067ddea1f36d92662cee7608f141
lib/rbtree: fix coding style of assignments

Leave blank space between the right-hand and left-hand side of the
assignment to meet the kernel coding style better.

Signed-off-by: chenqiwu <chenqiwu@xiaomi.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Michel Lespinasse <walken@google.com>
Link: http://lkml.kernel.org/r/1582621140-25850-1-git-send-email-qiwuchen55@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/rbtree.c
tools/lib/rbtree.c