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=-2.3 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 DCB2EC43381 for ; Tue, 12 Mar 2019 19:01:41 +0000 (UTC) Received: from shelob.surriel.com (shelob.surriel.com [96.67.55.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9A2FC2087C for ; Tue, 12 Mar 2019 19:01:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="LwnPmGed" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9A2FC2087C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=kernelnewbies-bounces@kernelnewbies.org Received: from localhost ([::1] helo=shelob.surriel.com) by shelob.surriel.com with esmtp (Exim 4.91) (envelope-from ) id 1h3meL-0004aI-CU; Tue, 12 Mar 2019 15:01:17 -0400 Received: from mail.kernel.org ([198.145.29.99]) by shelob.surriel.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1h3meJ-0004aA-Qn for kernelnewbies@kernelnewbies.org; Tue, 12 Mar 2019 15:01:15 -0400 Received: from localhost (unknown [104.133.8.98]) (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 26B872087C; Tue, 12 Mar 2019 19:01:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552417274; bh=1fpM/i1bQ9yEGlFJXN3Tcxty45RdMrqmcqNvCwM+Fus=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LwnPmGedqr1vjzz5V8d0KnXlhZCLaS56bdka93Wq8Az4DzsC/8gdY069vB5JhA7cy 9VewOpsC159syFPIJE5jh9z5ajEbTh3WXzUh07RMYOy5bVMsOUvl5Xl2H1thjnfL7Z kqySbmj8MCldNZpgK7nFL7ESEcAZnZhTKzl9JHMs= Date: Tue, 12 Mar 2019 12:01:12 -0700 From: Greg KH To: arshad hussain Subject: Re: [PATCH 1/1] staging: erofs: Add function comment for erofs/super.c Message-ID: <20190312190112.GB16502@kroah.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) Cc: linux-erofs@lists.ozlabs.org, Gao Xiang , miaoxie@huawei.com, Gao Xiang , kernelnewbies X-BeenThere: kernelnewbies@kernelnewbies.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Learn about the Linux kernel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernelnewbies-bounces@kernelnewbies.org On Tue, Mar 12, 2019 at 11:33:47PM +0530, arshad hussain wrote: > Re-sending. Previous patch I put in very old kernel-newbies address. > > Subject: [PATCH 1/1] staging: erofs: Add function comment for > erofs/super.c You can't have a "Subject" line in the middle of the changelog :( Please fix up and resend properly with git send-email and also use scripts/get_maintainer.pl to find what lists to cc: thanks, greg k-h _______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies