asm-generic: make parameter types consistent in _unaligned_be48()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 30 Aug 2022 17:27:13 +0000 (20:27 +0300)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 Sep 2022 04:55:12 +0000 (21:55 -0700)
commit7b9e664beb237d90bc600f117668227af5ce53ae
tree8c31932ce29b2ea25f3001e67f496b7677e698f5
parent35783ccbe519b33f6652b2d7aafcfc82f10b1a1b
asm-generic: make parameter types consistent in _unaligned_be48()

There is a convention to use internal kernel types, so replace __u8 by u8.

Link: https://lkml.kernel.org/r/20220830172713.43686-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/asm-generic/unaligned.h