From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8D47720E4; Sun, 14 Jan 2024 12:23:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="ywNASAw7" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE6D7C433C7; Sun, 14 Jan 2024 12:23:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705234992; bh=fhSTLYQJRW5x3RYDEWNWfkqUnSg0YQssLcGVosl6l9g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ywNASAw7jw+sybO/KBRJME/LdxEm9IDJ9NjFSIO/Yb/+2qzCTixYZG7aYa+StK0sv QAKKO9MATo82rezbPtC3FSPPBAqnmlWV1DSrUuPbyjofl39FJkuhIQNTX4aESZTCwc E0c/4GWYLe8suzcWF/Map3AZZmcLkymwEK19EKnk= Date: Sun, 14 Jan 2024 13:23:09 +0100 From: Greg KH To: Matthias Yee Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vt6655: fixed check alignment of open parenthesis in card.c Message-ID: <2024011456-kindred-chewing-8650@gregkh> References: <20240109063618.2810-1-mgyee9@gmail.com> 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-Disposition: inline In-Reply-To: <20240109063618.2810-1-mgyee9@gmail.com> On Mon, Jan 08, 2024 at 10:36:19PM -0800, Matthias Yee wrote: > This patch adjusts whitespace to fix the checkpatch warning Alignment Should Match Open Parenthesis. Please wrap your changelog at 72 columns. thanks, greg k-h