From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42369C3A589 for ; Sun, 18 Aug 2019 09:10:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 188002184D for ; Sun, 18 Aug 2019 09:10:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566119427; bh=5U7y42Pt8zr5Hk0ekJwkLhY0BnGV5MzUrNKfva94WKA=; h=Date:From:To:Cc:Subject:List-ID:From; b=yn6XjU1NHDvdHJAWI5Jy+7UA4SAc39ga167TxMjQWy6TRqC5/R4dLtS5JTp6U35SG 7rVBZEcyD/gGOuhQ3NpXK+ZhYjxAA4Mn1oC92Mj7FqnAYBXF/3ss1TYFrKegCdUuBa 8E7SBIdsB0pfdhHGKlPgSVSBg6Ju1kDUAWnFGhz0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726663AbfHRJKZ (ORCPT ); Sun, 18 Aug 2019 05:10:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:56994 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726208AbfHRJKZ (ORCPT ); Sun, 18 Aug 2019 05:10:25 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.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 E916A21773; Sun, 18 Aug 2019 09:10:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566119424; bh=5U7y42Pt8zr5Hk0ekJwkLhY0BnGV5MzUrNKfva94WKA=; h=Date:From:To:Cc:Subject:From; b=wsPpQyIvarvon+d6qZcTvnadPWQ/6hra6PVJZ46q9oTMwlDKAI5Kuuawa7liCXOrw sxos3HPvsgNi63rvN8bgyC0FH72ImuIHxCuuyiUPhoYViPJzOwKbmH7UO2gpJhSoi0 Gy+go4CLoclnK+ojoeIOpjHJIMW6o6YtJBqVCsKo= Date: Sun, 18 Aug 2019 11:10:22 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, linux-spdx@vger.kernel.org Subject: [GIT PULL] SPDX fixes for 5.3-rc5 Message-ID: <20190818091022.GA30528@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 609488bc979f99f805f34e9a32c1e3b71179d10b: Linux 5.3-rc2 (2019-07-28 12:47:02 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx.git tags/spdx-5.3-rc5 for you to fetch changes up to 0dda5907b0fc60f72f67f479f224e02c95d06e21: i2c: stm32: Use the correct style for SPDX License Identifier (2019-08-05 18:06:10 +0200) ---------------------------------------------------------------- SPDX fixes for 5.3-rc5 Here are 4 small SPDX fixes for 5.3-rc5. A few style fixes for some SPDX comments, added an SPDX tag for one file, and fix up some GPL boilerplate for another file. All of these have been in linux-next for a few weeks with no reported issues (they are comment changes only, so that's to be expected...) Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Matthias Maennich (1): coccinelle: api/atomic_as_refcounter: add SPDX License Identifier Nishad Kamdar (2): intel_th: Use the correct style for SPDX License Identifier i2c: stm32: Use the correct style for SPDX License Identifier Thomas Huth (1): kernel/configs: Replace GPL boilerplate code with SPDX identifier drivers/hwtracing/intel_th/msu.h | 2 +- drivers/hwtracing/intel_th/pti.h | 2 +- drivers/i2c/busses/i2c-stm32.h | 2 +- kernel/configs.c | 16 +--------------- scripts/coccinelle/api/atomic_as_refcounter.cocci | 1 + 5 files changed, 5 insertions(+), 18 deletions(-)