From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) (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 561B3D2E7; Fri, 22 Dec 2023 08:56:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linutronix.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="PnjnlHLJ"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="FzsUqX4Z" Date: Fri, 22 Dec 2023 09:56:12 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1703235373; 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=q3redX9Xkb6f0sXtn4IBQJXwcECuz/h2jAN8Zswb/Ak=; b=PnjnlHLJS6BBdtyryRr/PESPeARtK9TKgadyPwiff1nyuxYRHeeRvnNycFp3pdCz3Vq7bt A+pjmFHm3hlstqHjIWbAvIEtNuAJpfoCEPv13zpPOpGcZACU/YE+TyzdgPLkQA5lsXPocQ HvGowIbPyZ65UpATcdH/Q8Yd3f7/t41DuErWE9haWY2/pnf8l0Y0Z2KzAxBpDwLqcf5NWT gLA9rlKBsc1aCs0vh48ZzmHWaG3xEqV9MpA6SrwbolFFJnOtBYe/eB9MkRx7zAfjD++2pF 0nr90cVDoBfeD0E7L4P3QpbJrfO3ET76/Y2SEPnTSa+4wZ7x5dDKUnoKZDiqsg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1703235373; 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=q3redX9Xkb6f0sXtn4IBQJXwcECuz/h2jAN8Zswb/Ak=; b=FzsUqX4Z+qibIbYvppdc02MM06srn1Bxl/rDU3yXthxvPk6NizoMPxh97jnE+JbZhARklz pO5lmx3IBubVL5AA== From: Nam Cao To: Ryan England Cc: Larry Finger , Florian Schilhabel , Greg Kroah-Hartman , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy@lists.linux.dev Subject: Re: [PATCH v2] staging: rtl8712: fix open parentheses alignment Message-ID: <20231222095612.589463ef@namcao> In-Reply-To: <20231222095259.75f145cf@namcao> References: <20231222095259.75f145cf@namcao> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 22 Dec 2023 09:52:59 +0100 Nam Cao wrote: > Note that, because you CAN you 100 characters, does not mean you MUST use 100 > characters. I don't know why I wrote it this way. What I meant to say is that it is probably not worth it to change the code only to make sure they use all 100 characters. Best regards, Nam