]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: s3c2410: Add prefix to local function
authorKrzysztof Kozlowski <krzk@kernel.org>
Fri, 24 Feb 2017 21:07:43 +0000 (23:07 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Fri, 24 Feb 2017 22:00:23 +0000 (14:00 -0800)
commit1f88917e09cf7589c75b1dca44cf2a48c09cceee
treed94c244ceb18e6921f5eec4c57b825f3ef6e2159
parent1642fd5f8e4b12fde9be3b20520d4b10f01fd362
watchdog: s3c2410: Add prefix to local function

Functions marked static inline might not be inlined so a driver-specific
prefix for function name helps when looking through call backtrace.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/watchdog/s3c2410_wdt.c