Loading kernel/time/time.c +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz return error; if (tz) { /* Verify we're witin the +-15 hrs range */ /* Verify we're within the +-15 hrs range */ if (tz->tz_minuteswest > 15*60 || tz->tz_minuteswest < -15*60) return -EINVAL; Loading Loading
kernel/time/time.c +1 −1 Original line number Diff line number Diff line Loading @@ -179,7 +179,7 @@ int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz return error; if (tz) { /* Verify we're witin the +-15 hrs range */ /* Verify we're within the +-15 hrs range */ if (tz->tz_minuteswest > 15*60 || tz->tz_minuteswest < -15*60) return -EINVAL; Loading