From patchwork Mon Feb 6 15:11:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Scally X-Patchwork-Id: 651231 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A219EC636D6 for ; Mon, 6 Feb 2023 15:11:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229899AbjBFPLx (ORCPT ); Mon, 6 Feb 2023 10:11:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50414 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229564AbjBFPLx (ORCPT ); Mon, 6 Feb 2023 10:11:53 -0500 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 21B872D71; Mon, 6 Feb 2023 07:11:52 -0800 (PST) Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A80844DA; Mon, 6 Feb 2023 16:11:49 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1675696310; bh=11SGDLDQe7sbPNdpImr651tu3ohy7mJTMkZjZMMEijU=; h=From:To:Cc:Subject:Date:From; b=cXomPMAlHMO14YF0GA/bf1UTPvUmSSX+isS/8KRK6u5jwJR59uQHudvtFMRBsi6v0 vwaeJmS2mEc+X2YjQYFGGalvDf41P/2qo2ZkdDLFJ23mvxGa+3tm3e3TD2djZpMvgE ew0EG6sw8RImOm3XymsJxe3phstiKjyo33LdOMmQ= From: Daniel Scally To: Greg Kroah-Hartman , linux-usb@vger.kernel.org Cc: sfr@canb.auug.org.au, linux-next@vger.kernel.org, Daniel Scally Subject: [PATCH v2] usb: gadget: uvc: Correct documentation formatting Date: Mon, 6 Feb 2023 15:11:31 +0000 Message-Id: <20230206151131.863960-1-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org The documentation table added in a36afe780461 ("usb: gadget: uvc: Add new enable_interrupt_ep attribute") was incorrect, resulting in a new warning when compiling the documentation. Correct the formatting to resolve the warning. Fixes: a36afe780461 ("usb: gadget: uvc: Add new enable_interrupt_ep attribute") Reported-by: Stephen Rothwell Signed-off-by: Daniel Scally --- Updated the commit message with the proper Fixes and Reported-by tags. Documentation/ABI/testing/configfs-usb-gadget-uvc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/ABI/testing/configfs-usb-gadget-uvc b/Documentation/ABI/testing/configfs-usb-gadget-uvc index fec205044c87..9c716dd3ae6f 100644 --- a/Documentation/ABI/testing/configfs-usb-gadget-uvc +++ b/Documentation/ABI/testing/configfs-usb-gadget-uvc @@ -17,12 +17,12 @@ Description: Control descriptors All attributes read only except enable_interrupt_ep: - ================ ============================= + =================== ============================= bInterfaceNumber USB interface number for this streaming interface enable_interrupt_ep flag to enable the interrupt endpoint for the VC interface - ================ ============================= + =================== ============================= What: /config/usb-gadget/gadget/functions/uvc.name/control/class Date: Dec 2014