From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 63DBB26A08C; Tue, 23 Sep 2025 01:50:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758592249; cv=none; b=fYk80SEiXEnOwOqwglCFN4yb3tEwydLUDV+QbPGzMvojGww6aXTdKCVHoXiC43iRJAxO5Vfl9zD0KEqqJDPCfH65dQtVP+7Vy/3RZEg4aVf+2WnPXZpvPOK6ZRg0B+PrN7w8bCqIeFJXUyRx3KUvj8sUqSigHhKZynHOu+Qp7Yk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758592249; c=relaxed/simple; bh=k3Igvg3SGWynTH4R6SLXvhsuP2f6N/OFp6btUx+XMjM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QV59jN0BrmxxHBFFH5iHHt+qDMm30xcEygGbPqxyBtQsmJP/F1HVRk60udjXAxVxpPyQg8OFEwERVUwIDMhJ77e0Oea5oOElmZlBaEnuDAgEJLEmRBocxtMCbphNq5Zj0azvDLxw5jym/QNQA0jB4x9ethrVAx6a4un4T045LHY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=fpQqUijT; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="fpQqUijT" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=NYmJtsN1O6NBKmLlOMTwtQSX9LYaEORajDDSQ0exefo=; b=fp QqUijTGU58T+muyePTBNg5hsFd9Wudd5VH5J31W3Wp5UXgHBSgC5fcS3NzX2ON8IeBCR19iLNuytR y8Yp44eTJV5cryWOFcC272Bl5LVZH3iSCAeepa1YPhg94ESprGPVB11u/hdxbkJ1cZvkwi4cHzeSe UYQ7jPVpPXpycbs=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1v0sAk-009DVF-6H; Tue, 23 Sep 2025 03:50:26 +0200 Date: Tue, 23 Sep 2025 03:50:26 +0200 From: Andrew Lunn To: j.ne@posteo.net Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dt-bindings: net: ethernet-controller: Fix grammar in comment Message-ID: References: <20250923-dt-net-typo-v1-1-08e1bdd14c74@posteo.net> 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250923-dt-net-typo-v1-1-08e1bdd14c74@posteo.net> On Tue, Sep 23, 2025 at 01:10:01AM +0200, J. Neuschäfer via B4 Relay wrote: > From: "J. Neuschäfer" > > "difference" is a noun, so "sufficient" is an adjective without "ly". > > Signed-off-by: J. Neuschäfer Reviewed-by: Andrew Lunn Andrew