Explanation and example code updates from usb-skeleton v2: update patch #1 to #4 - corrected format of function names like the following example: "`usb_bulk_msg` function" to "usb_bulk_msg()" v3: update patch #1 to #4 and created patch #5 - moved correction of format of function names to own patch #5 - reverted change of variable from retval to rv in patch #1 Philipp Hortmann (5): Docs: usb: update usb_bulk_msg receiving example Docs: usb: update comment and code near decrement our usage count for the device Docs: usb: update comment and code of function skel_delete Docs: usb: update explanation for device_present to disconnected Docs: usb: correct format of function names in the explanations .../driver-api/usb/writing_usb_driver.rst | 69 +++++++++---------- 1 file changed, 33 insertions(+), 36 deletions(-) -- 2.25.1