From: Maxim Devaev Date: Sat, 23 Jul 2022 10:14:32 +0000 (+0300) Subject: USB: docs: fixed table margin in configfs-usb-gadget-mass-storage X-Git-Tag: v6.6.17~6909^2~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7423bb23cdd0ee4850279742158a64a4bb25ef0;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Maxim Devaev Link: https://lore.kernel.org/r/20220723101432.72178-1-mdevaev@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/Documentation/ABI/testing/configfs-usb-gadget-mass-storage b/Documentation/ABI/testing/configfs-usb-gadget-mass-storage index d899adb..fc03280 100644 --- a/Documentation/ABI/testing/configfs-usb-gadget-mass-storage +++ b/Documentation/ABI/testing/configfs-usb-gadget-mass-storage @@ -19,7 +19,7 @@ KernelVersion: 3.13 Description: The attributes: - =========== ============================================== + ============ ============================================== file The path to the backing file for the LUN. Required if LUN is not marked as removable. ro Flag specifying access to the LUN shall be @@ -38,4 +38,4 @@ Description: regardless of whether the host has allowed it. Any non-zero number of bytes written will result in ejection. - =========== ============================================== + ============ ==============================================