Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Hejduk and committed by
Greg Kroah-Hartman
9b85df5d 88d81a0c

+1 -1
+1 -1
drivers/misc/eeprom/eeprom_93xx46.c
··· 229 229 230 230 static ssize_t 231 231 eeprom_93xx46_write_word(struct eeprom_93xx46_dev *edev, 232 - const char *buf, unsigned off) 232 + const char *buf, unsigned int off) 233 233 { 234 234 struct spi_message m; 235 235 struct spi_transfer t[2] = {};