Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp3020743ybv; Sun, 9 Feb 2020 13:12:48 -0800 (PST) X-Google-Smtp-Source: APXvYqzb4rFDKwMoISv+g9Iz6bEb/330cF/roC2oI+E/yCDxVNNYlhfpstOb1j+nmm+NHX6nU811 X-Received: by 2002:a9d:6e98:: with SMTP id a24mr7803908otr.53.1581282768571; Sun, 09 Feb 2020 13:12:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581282768; cv=none; d=google.com; s=arc-20160816; b=m0LcfpADZUHHofwgTCimh/LaiSlQMplpj/95vCAA/beu+Zqf0T/lWRZ7Acfn45Lyp+ YrsUBawNuIKXZ7ij65uqpmJiZKKycMQhjtfIKaOB6tHhBAhIJzmvk1DcDVyrOBYCpJgi P+0mCJkZOldoOqpWf4rbngM32csF3+FQinSz95o+ncRljBvyM63egfEz+N+tJsNOhYDx dJWz5l0pX39YyBdNGeYPdozd7+bDqXR8AG2jGNs2wEDQ0MXJnGEiRyc2jkuU2WTIT0WW 759+WOszO12ET8YIjfHgYlCXxUvR8SFamaMPL9+HUIEXlUe2j1LiaMYEIrVcXtyU8Y5G 8hZQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :dkim-signature; bh=AdEiyXyOgxicJ5nVbcOpK6uAoQ9QPyEhCnwKzkLouoM=; b=HaK1nIvi6FSkr2MmtlxUAbHCqyJmHteJXafCD2Hg8p2fu+GljkSV+GIvjeYMcKAeKf aEriiD7vDgqPs20etmgsiAl6vz9D40mujvxC3K4JCugiytbwGQazOfSBMRLOgcEf1wTV Cz7xwPpTaTIBxQ5mOhAQi4OIIBKKmt4xDCOWBsHkvHLHj1xb/St/JXgkhoVSk5LvPyWt IW8Yd+mco8YASvQqq4Ra+a9bkxrdYrqtwg03OVZeZH0aERsYFtIozCISDhw9hzffPUOa oZTpzQRn3WaVCuKyzjiunZ+xu4wT75/Vf5ZhnVmOSQ932W4Ib9Y6x0ww6VSqlqUBjSlu cFEA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=B8smSIPc; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c4si4828030ots.107.2020.02.09.13.12.36; Sun, 09 Feb 2020 13:12:48 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=B8smSIPc; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727919AbgBIVLd (ORCPT + 99 others); Sun, 9 Feb 2020 16:11:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:34046 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727682AbgBIVLc (ORCPT ); Sun, 9 Feb 2020 16:11:32 -0500 Received: from localhost (unknown [38.98.37.134]) (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 DB2CF2080C; Sun, 9 Feb 2020 21:11:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1581282690; bh=XRL7i1B3kKNa/58HEXB6dproAWB8DTgLR58h7kpLpQs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=B8smSIPcM3a8+2AHUUrnv0r1hYurIu+hwNH2XQnSgvGKqg7eMcEM7x2bmnSanOkO6 k0MZC9nNrvjTjjvvDTI/ykA1YoxNA7/wc4dLsuLWPnT/8hRcRpB8J2JUlFgg5rOhwQ rS+EolpE9i8UMAwAcS2vVJVl2qbV+qdsZ6lwpLo0= Date: Sun, 9 Feb 2020 22:09:50 +0100 From: Greg KH To: JieunKim Cc: valdis.kletnieks@vt.edu, devel@driverdev.osuosl.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH] staging: exfat: Replace printk with pr_info Message-ID: <20200209210950.GA54745@kroah.com> References: <20200209204810.9899-1-jieun.kim4758@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200209204810.9899-1-jieun.kim4758@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 10, 2020 at 05:48:10AM +0900, JieunKim wrote: > pr_info is preferred to use than printk. > pr_info calls printk with KERN_INFO macros by itself. > --- > drivers/staging/exfat/exfat_super.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/exfat/exfat_super.c b/drivers/staging/exfat/exfat_super.c > index b81d2a87b82e..3806036c0ef6 100644 > --- a/drivers/staging/exfat/exfat_super.c > +++ b/drivers/staging/exfat/exfat_super.c > @@ -364,7 +364,7 @@ static int ffsMountVol(struct super_block *sb) > exfat_bdev_open(sb); > > if (p_bd->sector_size < sb->s_blocksize) { > - printk(KERN_INFO "EXFAT: mount failed - sector size %d less than blocksize %ld\n", > + pr_info("EXFAT: mount failed - sector size %d less than blocksize %ld\n", > p_bd->sector_size, sb->s_blocksize); > ret = -EINVAL; > goto out; > -- > 2.17.1 Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - Your patch does not have a Signed-off-by: line. Please read the kernel file, Documentation/SubmittingPatches and resend it after adding that line. Note, the line needs to be in the body of the email, before the patch, not at the bottom of the patch or in the email signature. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot