]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
lib: packing: use BITS_PER_BYTE instead of 8
authorVladimir Oltean <vladimir.oltean@nxp.com>
Wed, 2 Oct 2024 21:51:58 +0000 (14:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 3 Oct 2024 22:32:04 +0000 (15:32 -0700)
commitfb02c7c8a5775456698851185882f542debd8350
tree4b6c4477dc200929d6e68c2e2c5742643d1aa9ef
parente7fdf5dddce5a4f4608787225973d38efb406425
lib: packing: use BITS_PER_BYTE instead of 8

This helps clarify what the 8 is for.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://patch.msgid.link/20241002-packing-kunit-tests-and-split-pack-unpack-v2-9-8373e551eae3@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
lib/packing.c