]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: ich: changed every 'unsigned' to 'unsigned int'
authorAbanoub Sameh <abanoubsameh8@gmail.com>
Tue, 21 Jul 2020 14:49:02 +0000 (16:49 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Jul 2020 13:00:27 +0000 (16:00 +0300)
commit418c628aa96a5741e0030ed614f875635b653580
tree222ffc7d58dad6e388b7f46969b5d2f60c48533a
parent2df7bcb0089618532586db2b90ede53936ac9cb4
gpio: ich: changed every 'unsigned' to 'unsigned int'

Changed 'unsigned' to 'unsigned int'.
This makes the code more uniform, and compliant with the kernel coding style.

Signed-off-by: Abanoub Sameh <abanoubsameh@protonmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-ich.c