From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (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 BBE1B382395 for ; Fri, 27 Mar 2026 12:25:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774614343; cv=none; b=bS9jM7yWnbJjYs87HO1Y8mf29/2BzFT1H1eGDLHtZR0O0ltZ+8Hm67OjdwC1hu6IJJEtHT0uUuRGdU8QQNCpUexM9HN/8pHVsEC9iSSgweeqKC/7VYOUhuQem9xxDdvrg5nIzE0DU187zcRWiLonnbJ0iM39vOAM6niVCviFgic= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774614343; c=relaxed/simple; bh=xmFPExwxbkuScJNdcePJIeiQs3GHbWF04H4CO9D1Pfc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QMmsVQKPpdLnkyIAntZt1U32fxZzRFhEUZ+KcpKnUB0D+ZYFfbA7l1se9QvvYRgvbizMxx8wbZMzRpb1DcIwJCo4BxvuvnCcU01CxjUOznB+sBZsBTejE0qEZORZqfRXTRspJr9AljFPaEBm4jnchV+Q/5GAIWuaeEqOxzGSZE0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1w66Ft-0006Lu-SR; Fri, 27 Mar 2026 13:25:37 +0100 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w66Ft-002O09-0P; Fri, 27 Mar 2026 13:25:37 +0100 Received: from pza by pty.whiteo.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1w66Ft-00000008gRV-06jC; Fri, 27 Mar 2026 13:25:37 +0100 Date: Fri, 27 Mar 2026 13:25:36 +0100 From: Philipp Zabel To: Claudiu Cc: linux-kernel@vger.kernel.org, Claudiu Beznea , Pavel Machek Subject: Re: [PATCH] reset: core: Drop unnecessary double quote Message-ID: References: <20260326192924.2375762-1-claudiu.beznea.uj@bp.renesas.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: <20260326192924.2375762-1-claudiu.beznea.uj@bp.renesas.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: pza@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org On Thu, Mar 26, 2026 at 09:29:24PM +0200, Claudiu wrote: > From: Claudiu Beznea > > Drop unnecessary double quote. > > Reported-by: Pavel Machek > Closes: https://lore.kernel.org/all/acJbYxKGAB4lxGQr@duo.ucw.cz > Signed-off-by: Claudiu Beznea Reviewed-by: Philipp Zabel regards Philipp