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 920482D640A; Wed, 3 Sep 2025 05:41:38 +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=1756878100; cv=none; b=m5PG+QI4ahr61DfxrAajyeNvNOFR51IS0StzDOyN9ohfOx2y+NTmm1zqT7JjH8UlEHu7QyvKC73lgg7ndBdG582NMAssaxG6xNVtdxQX4VBoYR5K9UqxsyttfSE0ZZ2gjKa28LV5DkqE5DomHpNytYCuJWBpypUbMwNmWwqYVLY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756878100; c=relaxed/simple; bh=NSaj6VlO7J8PEM3R1vuFpKryRPkP9P011wi2Xxzh81o=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=qIbYtSxs0K6UiuMc7640Gmc/oq47lwph+NCDrGUpqDSwxymEonNZn3HgyJDpW9ItFceSHjHiF8/JyoVM6b6aI0d7VR4KPOKKPRfLJIFtpPV8DcFo1lKJKHNkhsEgRAssvnaHQF8CM7FQTTvjC0mp9XBb2yBr5pIcycnlgZFuVrM= 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=EcviD4KS; 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="EcviD4KS" 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=zNYCBYWwErXs15fhlnCMw4jcEYLwPWqapKYvTHn0mAI=; b=EcviD4KSuwWPVJXCn1UdiFG8A7 HFGpVd5ITIkb6+N+7zza9rA/vl1XkoLzxC6EGorbU97KZvnTN0yn+WxYJsBDQZdq7hUKqoBEFS53j BGqWe99LnuiFf4tjAOmArxZlRLPIkVxiZt+ElAqkjqfUqNn/UPNT0lF7CcO1irha2OKXerRomt/E0 6McDEAgtTCfQ1g62wQQuIlVsf5ARw+cahuOGlP03V54+xLHnKYzlu1hebiv6cxkMl5wY53qy8q8RH mMOvhV25KjlqoiRHlTsiEfPdQdogjmO3wPOZ1OOs7dBj+lPoQ/DYPyRxV4d1pjfrvcu2jwmRcAOdZ KYOaXkvA==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1utgFU-0000000BV6f-2yjr; Wed, 03 Sep 2025 05:41:36 +0000 Date: Wed, 3 Sep 2025 06:41:36 +0100 From: Al Viro To: Mattia Massarenti Cc: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Christian Brauner , Jan Kara Subject: Re: [PATCH] add documentation for function parameter Message-ID: <20250903054136.GJ39973@ZenIV> References: <20250831165304.18435-1-mattiamassarenti.mm@gmail.com> Precedence: bulk X-Mailing-List: linux-fsdevel@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: Sender: Al Viro On Sun, Aug 31, 2025 at 06:59:47PM +0200, Mattia Massarenti wrote: > Please, ignore this patch, I did a mistake including in the commit also my > log file. Should I send a new email with the correct patch? What you probably should do is * check if (and how many times) had such a patch been posted * check if one of the earlier patches got applied, and when had that happened. Check linux-next...