Message ID | 20220107113301.277820-1-pavel.hofman@ivitera.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | docs: ABI: fixed formatting in configfs-usb-gadget-uac2 | expand |
On Fri, Jan 07, 2022 at 12:33:01PM +0100, Pavel Hofman wrote: > Added missing tab, line breaks. > > Fixes: e3088ebc1b97 ("docs: ABI: added missing num_requests param to UAC2") > Signed-off-by: Pavel Hofman <pavel.hofman@ivitera.com> You forgot a "reported-by:" tag :( Can you fix that up and resend? thanks, greg k-h
diff --git a/Documentation/ABI/testing/configfs-usb-gadget-uac2 b/Documentation/ABI/testing/configfs-usb-gadget-uac2 index 9cddadc53e0b..7fb3dbe26857 100644 --- a/Documentation/ABI/testing/configfs-usb-gadget-uac2 +++ b/Documentation/ABI/testing/configfs-usb-gadget-uac2 @@ -30,6 +30,6 @@ Description: (in 1/256 dB) p_volume_res playback volume control resolution (in 1/256 dB) - req_number the number of pre-allocated requests for both capture - and playback + req_number the number of pre-allocated requests + for both capture and playback ===================== =======================================
Added missing tab, line breaks. Fixes: e3088ebc1b97 ("docs: ABI: added missing num_requests param to UAC2") Signed-off-by: Pavel Hofman <pavel.hofman@ivitera.com> --- Documentation/ABI/testing/configfs-usb-gadget-uac2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)