]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
clocksource/drivers/tegra: Minor code clean up
authorDmitry Osipenko <digetx@gmail.com>
Mon, 3 Jun 2019 18:59:44 +0000 (21:59 +0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 25 Jun 2019 17:49:18 +0000 (19:49 +0200)
commit49a678b8ca4c4f40bb2775369c82c9faabfc4a59
treed0ed504936095cbfc495b1a6cbf6c201a03447b9
parent7a3916706e858ad0bc3b5629c68168e1449de26a
clocksource/drivers/tegra: Minor code clean up

Correct typo and use proper upper casing for acronyms in the comments,
use common style for error messages, prepend error messages with
"tegra-timer:", add error message for cpuhp_setup_state() failure and
clean up whitespaces in the code to fix checkpatch warnings.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Acked-By: Peter De Schrijver <pdeschrijver@nvidia.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/timer-tegra20.c