Re: [PATCH] drivers:net:ethernet:emulex:benet: Use time_before_eq for time comparison

From: David Miller
Date: Sun Apr 30 2017 - 22:34:39 EST


From: Karim Eshapa <karim.eshapa@xxxxxxxxx>
Date: Fri, 28 Apr 2017 03:48:59 +0200

> Use time_before_eq for time comparison more safe and dealing
> with timer wrapping to be future-proof.
>
> Signed-off-by: Karim Eshapa <kaim.eshapa@xxxxxxxxx>

Subject line has way too many subsystem prefixes, simply
"benet: " is sufficient.

And in situations where multiple subsystem prefixes are
appropriate, one must put a space after each one like
"one: two: three: ".

Thanks.