From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [62.89.141.173]) (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 1CE1A33E34C for ; Wed, 11 Feb 2026 02:38:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.89.141.173 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770777484; cv=none; b=rnJceaSBfmsxOvKBBDdjpPVmyTKP8U/xrtYOgBjrhXcANJQeZV6j80w0CoAYGFsl5wkxXAgra1J7AVg66HnAf9hDHLwqzKEYBGL/0RunUWLT1ylnLBfDh5wXwGJqT217h5Hzfot9C8j6ofSvCV83qvdlNObAtulfRhOBHpCQPng= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770777484; c=relaxed/simple; bh=cHzYkD+aiiRGAzkBt8e8H4wa551Ay/nBS71xiRx0r2c=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ei608JxSRmCL42NuD3fcM7BOvJlpKsNPZAxBAGSORjYKjpQeSAjV3618oeJuqKt5UD3gJNsnq2iOAaSLSxYNURJDAq48rRiyxuRpKynieBEsC7w8of+XDNjflgBsHyjnhWfz2soNs6H3+IJiJJnQ4X+P77YIVEzbVl6mxUj62+o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zeniv.linux.org.uk; spf=none smtp.mailfrom=ftp.linux.org.uk; dkim=pass (2048-bit key) header.d=linux.org.uk header.i=@linux.org.uk header.b=G+7kYnFC; arc=none smtp.client-ip=62.89.141.173 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zeniv.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=ftp.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linux.org.uk header.i=@linux.org.uk header.b="G+7kYnFC" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=cHzYkD+aiiRGAzkBt8e8H4wa551Ay/nBS71xiRx0r2c=; b=G+7kYnFCuHU7XzIziO+LG3ujVB OTQZR+iqAgo8EIwVbOAYd/N+q4QnbmwQxtfcwvzeFDmtVb2lZQN1z88uoKKQB3Fs5ExKzUHllRClK NDeXK3Bgc+Kl8PA6i5dgyzTON3Jht7k9LLyfyNIQWszcQtvx/oLTh0zWTEUVzC+epMn3TnR9E6YKf Yk+RhKsVO21MpdTu2/JwjWTvE9TnKM5WALpVo2hZm0lR7gjWvG74JLyC23Zd8XVYC+w7j1IT1ueA3 qN+MbpEMPi9riWVuXgovpzepcRTf/deOu3jhcKYAjLw7hLllzlvgkQeftyNOv4i3zKLBHPnOhUshd 6+QWzcGw==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.99.1 #2 (Red Hat Linux)) id 1vq09F-000000002Ib-2AoY; Wed, 11 Feb 2026 02:40:14 +0000 Date: Wed, 11 Feb 2026 02:40:13 +0000 From: Al Viro To: Adarsh Das Cc: brauner@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ufs: add missing parameter documentation for ufs_getfrag_block Message-ID: <20260211024013.GM3183987@ZenIV> References: <20260209172435.58647-1-adarshdas950@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <20260209172435.58647-1-adarshdas950@gmail.com> Sender: Al Viro On Mon, Feb 09, 2026 at 10:54:35PM +0530, Adarsh Das wrote: > Add kernel-doc descriptions for ufs_getfrag_block to fix build warnings. Guess I'll grab it - I've got a minor UFS pile this cycle, so...