From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B6687C433F5 for ; Mon, 28 Mar 2022 22:46:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230167AbiC1WsY (ORCPT ); Mon, 28 Mar 2022 18:48:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230101AbiC1WsV (ORCPT ); Mon, 28 Mar 2022 18:48:21 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 274F4C74AA; Mon, 28 Mar 2022 15:46:40 -0700 (PDT) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id D82EF2223A; Tue, 29 Mar 2022 00:46:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1648507598; 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=HDu381pRR0agv3tRC4rxYFKnPByM+nZCMTshkpw92fU=; b=UcQsgGiCk/vnobpIEFjlRmqkCrWqDsPOoAMEhpR0atrtcaJkgwtq8Ps70hTKCZuqjJ4inQ xMSvUGTmrjXMeOUKJPUiqbuF9N0Y1IBoxj7uDx43gkd6MAsaJUOSdqli2SpW0dFpMEYX/w hjeDGZN50zKJLbC06I+zAJUEpMd7ins= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 29 Mar 2022 00:46:37 +0200 From: Michael Walle To: Xu Yilun , Tom Rix , Jean Delvare , Guenter Roeck , Andrew Lunn , Heiner Kallweit , Russell King , "David S . Miller" , Jakub Kicinski , Paolo Abeni Cc: linux-hwmon@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH v1 2/2] net: phy: use hwmon_sanitize_name() In-Reply-To: <20220328115226.3042322-3-michael@walle.cc> References: <20220328115226.3042322-1-michael@walle.cc> <20220328115226.3042322-3-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.13 Message-ID: <7e03397465a5c95cb9cd3a0f6c53b845@walle.cc> X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2022-03-28 13:52, schrieb Michael Walle: > Instead of open-coding it, use the new hwmon_sanitize_name() in th s/th/the/ btw, will be fixed in the next version. > nxp-tja11xx and sfp driver. > > Signed-off-by: Michael Walle > --- > drivers/net/phy/nxp-tja11xx.c | 5 +---- > drivers/net/phy/sfp.c | 6 ++---- Andrew, do you also prefer two seperate patches? -michael