jiffies_to_msecs() is expected to return an uint_t. In order to avoid
changing printf format strings, properly cast the result to the
expected type.
Sponsored by: The FreeBSD Foundation
MFC after: 10 days
Differential D40486
LinuxKPI: cast jiffies_to_msecs() result bz on Jun 10 2023, 11:11 PM. Authored by Tags None Referenced Files
Subscribers
Details
jiffies_to_msecs() is expected to return an uint_t. In order to avoid Sponsored by: The FreeBSD Foundation
Diff Detail
Event Timeline
Comment Actions I see now how Linux defines this macro / function. Sorry, my bad. I was just looking at the change itself, and wondering what happens to negative time differences ... |