From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VfVhK-0004Pt-Pe for linux-mtd@lists.infradead.org; Sun, 10 Nov 2013 14:09:09 +0000 Received: by mail-pb0-f52.google.com with SMTP id rr4so4076961pbb.25 for ; Sun, 10 Nov 2013 06:08:45 -0800 (PST) Date: Sun, 10 Nov 2013 22:06:59 -0500 From: Huang Shijie To: Caizhiyong Subject: Re: [PATCH 2/2] mtd: cmdlinepart: support master name is not set when parser partition Message-ID: <20131111030657.GA9406@gmail.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: "fengguang.wu@intel.com" , Artem Bityutskiy , "Wanglin \(Albert\)" , Randy Dunlap , "linux-kernel@vger.kernel.org" , Karel Zak , "linux-mtd@lists.infradead.org" , Shmulik Ladkani , Andrew Morton , Brian Norris List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Nov 09, 2013 at 11:43:06AM +0000, Caizhiyong wrote: > From: Cai Zhiyong > Date: Sat, 9 Nov 2013 17:54:12 +0800 > > @@ -143,5 +149,5 @@ MODULE_PARM_DESC(mtdparts, "Partitioning specification"); > module_param(mtdparts, charp, 0); > > MODULE_LICENSE("GPL"); > -MODULE_AUTHOR("Marius Groeger "); > +MODULE_AUTHOR("Cai Zhiyong "); I tested this patch with several cases, it is ok. But is it neccessary to change the author line? thanks Huang Shijie