forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/Documentation/ABI/stable/sysfs-bus-usb
....@@ -50,8 +50,10 @@
5050
5151 Tools can use this file and the connected_duration file to
5252 compute the percentage of time that a device has been active.
53
- For example,
54
- echo $((100 * `cat active_duration` / `cat connected_duration`))
53
+ For example::
54
+
55
+ echo $((100 * `cat active_duration` / `cat connected_duration`))
56
+
5557 will give an integer percentage. Note that this does not
5658 account for counter wrap.
5759 Users: