]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: sch: changed every 'unsigned' to 'unsigned int'
authorAbanoub Sameh <abanoubsameh8@gmail.com>
Tue, 21 Jul 2020 14:51:03 +0000 (16:51 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Jul 2020 13:00:27 +0000 (16:00 +0300)
commit65c8a3163881f69d5e70c7371e7d23ddcaa761ee
treee61b6db995346286aeee5a1db55665ea54d122fe
parent418c628aa96a5741e0030ed614f875635b653580
gpio: sch: 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-sch.c