commit | 8d994cada27c565adfaa5ac524cc1bc099668dfd | [log] [tgz] |
---|---|---|
author | chenqiwu <chenqiwu@xiaomi.com> | Mon Apr 06 20:10:31 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Apr 07 10:43:43 2020 -0700 |
tree | d9d3fc214e9dd2400f91cb0cbc70f576166c3307 | |
parent | caa7f776ccd3067ddea1f36d92662cee7608f141 [diff] |
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>