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 EC859E748E9 for ; Sun, 1 Oct 2023 06:06:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234300AbjJAGGR (ORCPT ); Sun, 1 Oct 2023 02:06:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45964 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233612AbjJAGGP (ORCPT ); Sun, 1 Oct 2023 02:06:15 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68222A7 for ; Sat, 30 Sep 2023 23:06:12 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17905C433C7; Sun, 1 Oct 2023 06:06:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696140369; bh=EunzAtVRcUsF9o6B6FHmIwvRxk8PXJwsGkPsvupw0MU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hLNRNEMlcvYjnZseSVoV64pf6GrG4Pvtl6ENR0mqGXEO7dpqxBLJwSDRsp4EGUR+r 8JIGsPJZC+37loUsv74BDG7bArjFcriguAcZnuSrzdxuM1LThtap91SiSWNeLy2NlI BL3xrIoQY21oHL05HWWNe9Va2IqprRRzsYvta0Ng= Date: Sun, 1 Oct 2023 08:06:06 +0200 From: Greg KH To: Jonathan Bergh Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] drivers: usb: Fix block comments whose trailing */ was not on a separate line Message-ID: <2023100133-exclusive-boss-edc4@gregkh> References: <20230930203646.61863-1-bergh.jonathan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230930203646.61863-1-bergh.jonathan@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Sep 30, 2023 at 10:36:46PM +0200, Jonathan Bergh wrote: > Fixed various instances where block comments trailing */ where not on a > separate line and should be. > > Signed-off-by: Jonathan Bergh > --- > drivers/usb/atm/cxacru.c | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) Your subject line for these patches is not correct, please fix up. And the patches are not properly threaded, what happened in your email client? And finally, why make coding style changes outside of drivers/staging/? Did you get the maintainer's approval to do so before taking the time? Usually most maintainers do not want these so always ask before doing so, or just stick with drivers/staging/ to learn how the process works first please. thanks, greg k-h