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=-5.8 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 7FA66C433DB for ; Tue, 16 Feb 2021 09:21:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 43E7F64DDA for ; Tue, 16 Feb 2021 09:21:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229802AbhBPJVa (ORCPT ); Tue, 16 Feb 2021 04:21:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:49684 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229676AbhBPJV3 (ORCPT ); Tue, 16 Feb 2021 04:21:29 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id D176A64DA1; Tue, 16 Feb 2021 09:20:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613467248; bh=USVFaCTkHfp8hMrALvrjKjIQ9V+wGTJWnh0rlC+Gikg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OneRb18Tb6rgJW0FjlnMLlSnCn/CB4dBfj49T0iecMER4ZNzJJ53vzaoDMCpWIpgK 23zFRBo2sMFCkBfe2R3dp6ZdqtSYEhkv2eUQ4l/LYztGJBI3sRgG8m+41XiwmB9Q0z WHkXcxiNniJBYamfdqMwEmWPCZzDAcl+J8xxzwks= Date: Tue, 16 Feb 2021 10:20:45 +0100 From: Greg Kroah-Hartman To: Du Cheng Cc: Manish Chopra , devel@driverdev.osuosl.org, netdev@vger.kernel.org Subject: Re: [PATCH v3] staging: fix coding style in driver/staging/qlge/qlge_main.c Message-ID: References: <20210216085326.178912-1-ducheng2@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210216085326.178912-1-ducheng2@gmail.com> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Feb 16, 2021 at 04:53:26PM +0800, Du Cheng wrote: > align * in block comments on each line > > changes v3: > - add SUBSYSTEM in subject line > - add explanation to past version of this patch > > changes v2: > - move closing of comment to the same line > > changes v1: > - align * in block comments These "changes" should all go below the --- line, right? And the subject shoudl be a bit more specific, look at how other commits are done for this driver. Something like: Subject: staging: qlge: fix comment style in qlge_main.c matches much better, and conveys what is actually happening here, right? v4 please? thanks, greg k-h