]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - kernel/time/ntp.c
time: ntp: clean up second_overflow()
authorIngo Molnar <mingo@elte.hu>
Sun, 22 Feb 2009 15:06:58 +0000 (16:06 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 25 Feb 2009 17:38:17 +0000 (18:38 +0100)
commit39854fe8c165872d743f6a0c4860ca2de8e45ac9
tree1bc791cf9dea4ffb34e85c0064326aa911889255
parent069569e025706f27f939785f86a94d5d8ce55dce
time: ntp: clean up second_overflow()

Impact: cleanup, no functionality changed

The 'time_adj' local variable is named in a very confusing
way because it almost shadows the 'time_adjust' global
variable - which is used in this same function.

Rename it to 'delta' - to make them stand apart more clearly.

kernel/time/ntp.o:

   text    data     bss     dec     hex filename
   2545     114     144    2803     af3 ntp.o.before
   2545     114     144    2803     af3 ntp.o.after

md5:
   1bf0b3be564512279ba7cee299d1d2be  ntp.o.before.asm
   1bf0b3be564512279ba7cee299d1d2be  ntp.o.after.asm

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/time/ntp.c