]> asedeno.scripts.mit.edu Git - linux.git/commit
mm/bootmem.c: cosmetic improvement of code readability
authorAdygzhy Ondar <ondar07@gmail.com>
Wed, 22 Feb 2017 23:44:58 +0000 (15:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 23 Feb 2017 00:41:29 +0000 (16:41 -0800)
commitd3a9d7a3784e3a54c08dcd9eafaef7ccb383a894
tree51424d409e97bd6cef9f1abacd4fc32ac8752109
parent46acef048a6568ba490f636db8682a1461ed223c
mm/bootmem.c: cosmetic improvement of code readability

The obvious number of bits in a byte is replaced by BITS_PER_BYTE macro
in bootmap_bytes()

Link: http://lkml.kernel.org/r/1483781600-5136-1-git-send-email-ondar07@gmail.com
Signed-off-by: Adygzhy Ondar <ondar07@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/bootmem.c