Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: docs: fixed table margin in configfs-usb-gadget-mass-storage

After merging forced_eject patch, there was a broken margin
in the configfs parameters table in the ABI documentation.
This patch fixes it.

Fixes: 421c8d9a20da ("usb: gadget: f_mass_storage: forced_eject attribute")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Maxim Devaev <mdevaev@gmail.com>
Link: https://lore.kernel.org/r/20220723101432.72178-1-mdevaev@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Maxim Devaev and committed by
Greg Kroah-Hartman
b7423bb2 32f02a21

+2 -2
+2 -2
Documentation/ABI/testing/configfs-usb-gadget-mass-storage
··· 19 19 Description: 20 20 The attributes: 21 21 22 - =========== ============================================== 22 + ============ ============================================== 23 23 file The path to the backing file for the LUN. 24 24 Required if LUN is not marked as removable. 25 25 ro Flag specifying access to the LUN shall be ··· 38 38 regardless of whether the host has allowed it. 39 39 Any non-zero number of bytes written will 40 40 result in ejection. 41 - =========== ============================================== 41 + ============ ==============================================