From patchwork Thu Jan 17 08:23:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg KH X-Patchwork-Id: 10767705 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DF5BE1580 for ; Thu, 17 Jan 2019 08:24:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D10082C3D1 for ; Thu, 17 Jan 2019 08:24:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C4D502C43C; Thu, 17 Jan 2019 08:24:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7EDD42C3D1 for ; Thu, 17 Jan 2019 08:24:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726815AbfAQIYH (ORCPT ); Thu, 17 Jan 2019 03:24:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:40710 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725898AbfAQIYG (ORCPT ); Thu, 17 Jan 2019 03:24:06 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 D8F5120657; Thu, 17 Jan 2019 08:24:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1547713446; bh=A04RBd3QBBreVUxBd+U2zS8dk8cWi3rnSnpaLvFzAvs=; h=From:To:Cc:Subject:Date:From; b=aBlIqyMVVymRYkJRmWTzsX79IryzIJIwBWhbyhkqvtn1TP67+ntoejR+E01++S5Pt NRJ1fedf5cBQu/qTmSZkKXxwjXOGWhDcT1qzRINJkXeWixsSACrIBVuEFna79loakM oiMfdngXWYbJK5yyZF8h9bnBcrUEqKJsVYQXQUOE= From: Greg Kroah-Hartman To: linux-usb@vger.kernel.org Cc: Greg Kroah-Hartman Subject: [PATCH] USB: host: whci: rename Kbuild file Date: Thu, 17 Jan 2019 09:23:47 +0100 Message-Id: <20190117082350.16481-2-gregkh@linuxfoundation.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP We have been using Makefile for well over a decade now, use that name instead of Kbuild. Also, while moving the file, add the proper SPDX identifier at the top of it. Signed-off-by: Greg Kroah-Hartman --- drivers/usb/host/whci/{Kbuild => Makefile} | 2 ++ 1 file changed, 2 insertions(+) rename drivers/usb/host/whci/{Kbuild => Makefile} (79%) diff --git a/drivers/usb/host/whci/Kbuild b/drivers/usb/host/whci/Makefile similarity index 79% rename from drivers/usb/host/whci/Kbuild rename to drivers/usb/host/whci/Makefile index 26df0138079e..859d20079df6 100644 --- a/drivers/usb/host/whci/Kbuild +++ b/drivers/usb/host/whci/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-2.0 + obj-$(CONFIG_USB_WHCI_HCD) += whci-hcd.o whci-hcd-y := \