From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-188.mta1.migadu.com (out-188.mta1.migadu.com [95.215.58.188]) (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 9B8442F531A for ; Fri, 24 Oct 2025 20:30:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.188 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761337843; cv=none; b=GlZhmDXT0EktXRnkwfJnvS4M4F1Sj8Qw/i05/GHe45FNhKHnLGQfMwxvsUNrEmhkVFj5rkT0c9VGuxmFGYuBmsM/fHPsCqAALMCytVK30+HbNzYIfTitJvfu9kHrgKLU6eEoSjGh7KfoCig9CX7SyOV2ArWTcXlN75KAyeYtDO8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761337843; c=relaxed/simple; bh=nQeNx77M9GNsvNsj0uaAFNT8vsSZ1sInNZwHTtssP74=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=Y1Av2FNhX5fBJjN+jDQrxXfbPjAijUnce/6kbEeF0Dg2g+MtxlbqOp4IIidx5yZagZWLyG1mMhu9jj8QJjHgJHaTXrYoBxWiN7j8Bi/R72xLOIxzloHpA3X/6MeNKzD2g6BUZEpcuVu3MiFkYncDEmi768WTSRrNphVHBs6gAIs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=sD9SzhQj; arc=none smtp.client-ip=95.215.58.188 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="sD9SzhQj" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1761337829; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LUAc7RyUs/W8P3y6SnjtTEvtL3gBSKAWO9I3OtKKUT8=; b=sD9SzhQjlOjtKL1woGx3mGNpYb1wkdGlAcJHLUr+y+V5Y4WWsIudhfcQT+aI4FEBMrTUjt id+AnqQCxynrDsy+hWlLpv+tmlP5WQDHtbSyihS4VkjetUg8dBoHqfOdDhf01lQws4RY7Z ItMf9dbP12KBmABelSybbtQ2h9MJACU= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Re: [PATCH] keys: Fix typos in 'struct key_type' function pointer comments X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: Date: Fri, 24 Oct 2025 22:29:57 +0200 Cc: David Howells , keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: References: <20251016123619.98728-2-thorsten.blum@linux.dev> To: Jarkko Sakkinen X-Migadu-Flow: FLOW_OUT On 24. Oct 2025, at 21:04, Jarkko Sakkinen wrote: > On Thu, Oct 16, 2025 at 02:36:19PM +0200, Thorsten Blum wrote: >> s/it/if/ and s/revokation/revocation/ >> ... > > The comment is also formatted incorrectly. It should be: > > /* > * Free preparsed match data (optional). This should be supplied if > * ->match_preparse() is supplied. > */ The other struct fields are all commented with the first sentence starting after the '/*'. I can fix this one trailing '*/' in v2, but the others should probably be fixed in a separate patch? Thanks, Thorsten