Received: by 10.192.165.148 with SMTP id m20csp2386751imm; Thu, 26 Apr 2018 10:06:10 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+p69mgGlK05FoPQM/gAXJNq+AcAQhRFRrwS/CrFMldK39e7DXsHtdvTaSCP+sz/lczQtHO X-Received: by 2002:a17:902:848e:: with SMTP id c14-v6mr34227193plo.95.1524762370141; Thu, 26 Apr 2018 10:06:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524762370; cv=none; d=google.com; s=arc-20160816; b=P8u5oI/uLUcys6JNFCOWlu9wBUaIr9K4/a4YdLtarHnEBNEY2vP5BYb7B66oadUVwl YNKVgVoW0CYjRdtsBw/2gfSm7pmYHZ59xkHNwrURyjaUmx2HK2CNpCmXL9lVenWmb1AW vbkMB+/uzecmIFuVaUDRCL6NdLi7mHRXT+BX0+tEafmDbIfiMVEjDcXsQ2kuw09FrGEg kc20yjGCbczlaKqLdI/wJ4uvwUFv74GSx20Q0j7/A9IhdBfTFg0Cp8dzE3C9T8IqDdfR i3jvmqlDOOSnSevTFGaVqwaNDZk6h0qBswm/fOjvPVtDUtrBsqObghXvcMKq07+P7QKP P0wA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dmarc-filter:arc-authentication-results; bh=xiq2+r7GG3Ps+EaMcTE7zqqDpI98oHK9qGUdADBDYQE=; b=pKaIYuXtt+V2iyoJrykYLTWNAaZnF7uSXVeaW1sc48X7WudtFX0uqpjMdz/VN4e0sJ +DLKbXvkfjRkPsKH3VHQeHFC7e9fuzb5qW13egTbXVOd5r1TdjZAKzveDdN+SPgvfyex rFsK+vzxYyt2eBDUkH5r6kfY9/hTREc0zjg4WRjXv0qp1qZyZqbnGtag+LeRzTZzGn8O iSGgOEu8zHXTVUGC7mmCpP8YoOqqTUWwjQZ3Hc8K3bo7iauIwu7hpAE6fK/aDqpZEIVb Is/EwAbc0PBHqUWfoE2PaFDttQxnADHt6oImo4xxnk0yXvMHFFFaVOQQ4kPeWOYXMhPE vLJg== ARC-Authentication-Results: i=1; mx.google.com; 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 g1si5302466pge.538.2018.04.26.10.05.55; Thu, 26 Apr 2018 10:06:10 -0700 (PDT) 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; 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 S1756855AbeDZREi (ORCPT + 99 others); Thu, 26 Apr 2018 13:04:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:44322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754556AbeDZREh (ORCPT ); Thu, 26 Apr 2018 13:04:37 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (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 4D33921781; Thu, 26 Apr 2018 17:04:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4D33921781 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=fail smtp.mailfrom=gregkh@linuxfoundation.org Date: Thu, 26 Apr 2018 19:04:28 +0200 From: Greg Kroah-Hartman To: Thomas Gleixner Cc: LKML , Philippe Ombredanne , Kate Stewart , Jonathan Corbet , Hans Verkuil , Mauro Carvalho Chehab , Christoph Hellwig Subject: Re: [patch V3 7/7] scripts: Add SPDX checker script Message-ID: <20180426170428.GA18248@kroah.com> References: <20180425203020.594959448@linutronix.de> <20180425203703.650160358@linutronix.de> <20180426070246.GL14025@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.5 (2018-04-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 26, 2018 at 03:54:27PM +0200, Thomas Gleixner wrote: > +#!/usr/bin/env python > +# SPDX-License-Identifier: GPL2.0 You didn't run the tool on itself :) Other than that, looks good, if you fix the above line feel free to add: Reviewed-by: Greg Kroah-Hartman