e64240fd1f2f189ebb638517783d41434b93fed9 parent 444dc54c28740d90cb2d5f38e8163bcb46c5a885 author Pete Zaitcev 1266648957 -0700 committer Greg Kroah-Hartman 1267570514 -0800 USB: usbmon: mask seconds properly in text API The code does not implement the comment, so timestamps for long traces become confusing instead of wrapping neatly as expected. This was actually observed. Fortunately for API being in debugfs, we can just fix this instead of staying bug-for-bug compatible. Double fortunately, the stable binary API is not affected. Signed-off-by: Pete Zaitcev Signed-off-by: Greg Kroah-Hartman yZ椚