[PATCH v3] watchdog: make open-write-close-open functionality a config knob

Rasmus Villemoes rasmus.villemoes at prevas.dk
Tue Apr 13 14:51:07 UTC 2021


On 13/04/2021 16.05, Denys Vlasenko wrote:
> Applied, thank you

Thanks, but why does the result 50a37459 have completely unrelated hunks
like

-#define OPT_FOREGROUND  (1 << 0)
-#define OPT_STIMER      (1 << 1)
-#define OPT_HTIMER      (1 << 2)
-

+#define OPT_FOREGROUND  (1 << 0)
+#define OPT_STIMER      (1 << 1)
+#define OPT_HTIMER      (1 << 2)

-               stimer_duration, htimer_duration * 1000);
+               stimer_duration, htimer_duration);

?


More information about the busybox mailing list