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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 3DB7FC433DF for ; Sat, 27 Jun 2020 10:47:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 14AEA2137B for ; Sat, 27 Jun 2020 10:47:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593254840; bh=1rtJRr7/QYwETTIOCkQD0l88nYTT+cOmhg0Mk0eX6H0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AO6A+CRmj/1V2Q1hJuXBcsV0ZlmZeeCfpHaTEljBq1yoZxqW/Q+6DicNsH4J/qBGy pV5+iwVoQ5hQ5ffiX5EANxy9mD39loIfzC394pucvu6k0fhwD3CVyPf9ld3S8skpL4 DIDVzYpQuMImjwYqU1x1R2j8Ui9NGOC80YLAMCu4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726505AbgF0KrR (ORCPT ); Sat, 27 Jun 2020 06:47:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:41372 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725991AbgF0KrP (ORCPT ); Sat, 27 Jun 2020 06:47:15 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 57ED72137B; Sat, 27 Jun 2020 10:47:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593254834; bh=1rtJRr7/QYwETTIOCkQD0l88nYTT+cOmhg0Mk0eX6H0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2QRv8i/V33OsxjU3E95V55C8EMqt2ybW3VAmht3U1L3gea3ifWphFa5anMmxMThub MAlHp77JCH7H5bRK6jYL8dpJJqiFmwIK4T1ps3KATrOQnbm2R+Jbb7wTVHicSGf+yK YI52utrFOedkzlCLwR10mq3YIJpxRjG05CSfJkog= Date: Sat, 27 Jun 2020 12:47:08 +0200 From: Greg Kroah-Hartman To: Coiby Xu Cc: devel@driverdev.osuosl.org, "supporter:QLOGIC QLGE 10Gb ETHERNET DRIVER" , Manish Chopra , open list , "open list:QLOGIC QLGE 10Gb ETHERNET DRIVER" , joe@perches.com, dan.carpenter@oracle.com Subject: Re: [PATCH 1/4] fix trailing */ in block comment Message-ID: <20200627104708.GA1581263@kroah.com> References: <20200627101447.167370-1-coiby.xu@gmail.com> <20200627101447.167370-2-coiby.xu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200627101447.167370-2-coiby.xu@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 27, 2020 at 06:14:44PM +0800, Coiby Xu wrote: > Remove trailing "*/" in block comments. > > Signed-off-by: Coiby Xu The subject lines of all of your patches should match other patches for this driver. It should look like "staging: qlge: ..." Please fix up and resend a v2 of this series. thanks, greg k-h