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 X-Spam-Level: X-Spam-Status: No, score=-6.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 043DBC433DB for ; Thu, 11 Feb 2021 20:30:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B0CD964E45 for ; Thu, 11 Feb 2021 20:30:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230182AbhBKUaw (ORCPT ); Thu, 11 Feb 2021 15:30:52 -0500 Received: from mail.kernel.org ([198.145.29.99]:47942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229849AbhBKUaq (ORCPT ); Thu, 11 Feb 2021 15:30:46 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8021D60238; Thu, 11 Feb 2021 20:30:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613075406; bh=9BeSxp+LfXzGr7rzTLopFJRujqx6EtqDjtC3aepToeE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VbQZgb9+yzbi4MXAN9SO5G3v0DJ9VKEz2lREsidbnvUeGg9uiWpiljuXMHOpGRFk8 w05tsSMgZoOKhhfd4Yvz4XLzqPJPlhw4FBCMAJL849AEsoMdglUNIBRvoryjQqj73A sdyXMj1muvY47F7nESCt7YMynHdd4BDRQmJdtVf0= Date: Thu, 11 Feb 2021 21:30:02 +0100 From: Greg KH To: Pritthijit Nath Cc: vireshk@kernel.org, johan@kernel.org, elder@kernel.org, devel@driverdev.osuosl.org, greybus-dev@lists.linaro.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: greybus: Fixed misspelling and alignment issue in hid.c Message-ID: References: <20210211153001.10358-1-pritthijit.nath@icloud.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210211153001.10358-1-pritthijit.nath@icloud.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 11, 2021 at 09:00:01PM +0530, Pritthijit Nath wrote: > This change fixes a checkpatch CHECK style issue for "Alignment should match open parenthesis". > In addition the misspelling of "transferred" also has been fixed. When you say "also" or "in addition" in a changelog, that is a huge hint that this needs to be broken up into multiple patches. Please do so, and fix your changelog ling length and send this as a patch series. thanks, greg k-h