mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
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>
This commit is contained in:
parent
88d81a0ce1
commit
9b85df5d3f
@ -229,7 +229,7 @@ static int eeprom_93xx46_ew(struct eeprom_93xx46_dev *edev, int is_on)
|
||||
|
||||
static ssize_t
|
||||
eeprom_93xx46_write_word(struct eeprom_93xx46_dev *edev,
|
||||
const char *buf, unsigned off)
|
||||
const char *buf, unsigned int off)
|
||||
{
|
||||
struct spi_message m;
|
||||
struct spi_transfer t[2] = {};
|
||||
|
Loading…
Reference in New Issue
Block a user