From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 537853FE53; Mon, 8 Jan 2024 12:45:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="jdvTbWMF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B614C433CC; Mon, 8 Jan 2024 12:45:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1704717952; bh=fPF+aQpb+rIH8cFOZ6IUKtNet5bDno+F6C1ugoA4mzI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jdvTbWMFmamB+bvyLgQezdSd7ubfc2Nv9l48RVGCQn55M5Uf1bnCS4IYT+xiySXXi gVSsAjcRt88NiHeaWomixfBf5UmD/2XwZvezx0HiEkJteknZwc7RVXIIdzUy3l2BBq QnrwbqI5WQJvXqVVCuia9/GX3W8JZWZ4aCmA7yHc= Date: Mon, 8 Jan 2024 13:45:50 +0100 From: Greg Kroah-Hartman To: Udipto Goswami Cc: Krishna Kurapati , Jonathan Corbet , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] usb: gadget: ncm: Fix indentations in documentation of NCM section Message-ID: <2024010830-haven-sprawl-de51@gregkh> References: <20240108123602.10593-1-quic_ugoswami@quicinc.com> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240108123602.10593-1-quic_ugoswami@quicinc.com> On Mon, Jan 08, 2024 at 06:06:02PM +0530, Udipto Goswami wrote: > Currently, the section of NCM which describes attributes are having wrong > indentation. > > Fix this by following the correct format recommended. > > Fixes: 1900daeefd3e ("usb: gadget: ncm: Add support to update wMaxSegmentSize via configfs") > Signed-off-by: Udipto Goswami > --- > Documentation/usb/gadget-testing.rst | 22 +++++++++++----------- > 1 file changed, 11 insertions(+), 11 deletions(-) This was reported in linux-next so it needs a "reported-by:" tag, right? thanks, greg k-h