]> www.infradead.org Git - users/jedix/linux-maple.git/commit
misc: eeprom_93xx46: Changing 'unsigned' to 'unsigned int'
authorDaniel Hejduk <danielhejduk@disroot.org>
Sat, 5 Oct 2024 16:56:53 +0000 (18:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Oct 2024 15:10:39 +0000 (17:10 +0200)
commit9b85df5d3fe7361ad66b97a5c7bf1cdfec8fb184
treede33c3fcf84179b73011629e4b75594d371e8efa
parent88d81a0ce16988d9568fa47ca9c3802e1178e225
misc: eeprom_93xx46: Changing 'unsigned' to 'unsigned int'

Fixes checkpatch warning: Prefer 'unsigned int' to bare use of 'unsigned'.

Signed-off-by: Daniel Hejduk <danielhejduk@disroot.org>
Link: https://lore.kernel.org/r/20241005165653.26160-1-danielhejduk@disroot.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/eeprom/eeprom_93xx46.c