Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755481AbdL2JXa (ORCPT ); Fri, 29 Dec 2017 04:23:30 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:49190 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754830AbdL2JX0 (ORCPT ); Fri, 29 Dec 2017 04:23:26 -0500 Date: Fri, 29 Dec 2017 10:23:27 +0100 From: Greg KH To: Stanislav Nijnikov Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, alex.lemberg@wdc.com Subject: Re: [PATCH v3 1/9] ufs: sysfs: device descriptor Message-ID: <20171229092327.GB19402@kroah.com> References: <1514467754-24499-1-git-send-email-stanislav.nijnikov@wdc.com> <1514467754-24499-2-git-send-email-stanislav.nijnikov@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1514467754-24499-2-git-send-email-stanislav.nijnikov@wdc.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 784 Lines: 23 On Thu, Dec 28, 2017 at 03:29:06PM +0200, Stanislav Nijnikov wrote: > --- /dev/null > +++ b/drivers/scsi/ufs/ufs-sysfs.c > @@ -0,0 +1,170 @@ > +/* > +* UFS Device Management sysfs > +* > +* Copyright (C) 2017 Western Digital Corporation > +* > +* This program is free software; you can redistribute it and/or > +* modify it under the terms of the GNU General Public License version > +* 2 as published by the Free Software Foundation. > +* > +* This program is distributed in the hope that it will be useful, but > +* WITHOUT ANY WARRANTY; without even the implied warranty of > +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > +* General Public License for more details. Please use the SPDX format for all of this, like I asked last time :( thanks, greg k-h