ntp: Cleanup formatting of code
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Wed, 11 Sep 2024 13:17:40 +0000 (15:17 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 2 Oct 2024 14:53:38 +0000 (16:53 +0200)
commit38007dc032bd90920463c5d2e6a27d89f7617d6d
treefb4d44a3fcc73c6a5369a8c95aec53f461e757cf
parenta0581cdb2e5d3ad633e51a945b6f0527ce70b68a
ntp: Cleanup formatting of code

Code is partially formatted in a creative way which makes reading
harder. Examples are function calls over several lines where the
indentation does not start at the same height then the open bracket after
the function name.

Improve formatting but do not make a functional change.

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: John Stultz <jstultz@google.com>
Link: https://lore.kernel.org/all/20240911-devel-anna-maria-b4-timers-ptp-ntp-v1-4-2d52f4e13476@linutronix.de
kernel/time/ntp.c