From patchwork Mon Nov 16 10:42:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Golaszewski X-Patchwork-Id: 1400807 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bgdev.pl Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=bgdev-pl.20150623.gappssmtp.com header.i=@bgdev-pl.20150623.gappssmtp.com header.a=rsa-sha256 header.s=20150623 header.b=tMi80xyn; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 4CZQfC3BXvz9s1l for ; Mon, 16 Nov 2020 21:43:31 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729193AbgKPKmt (ORCPT ); Mon, 16 Nov 2020 05:42:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729178AbgKPKms (ORCPT ); Mon, 16 Nov 2020 05:42:48 -0500 Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 53979C0613D2 for ; Mon, 16 Nov 2020 02:42:48 -0800 (PST) Received: by mail-wr1-x444.google.com with SMTP id 23so18106371wrc.8 for ; Mon, 16 Nov 2020 02:42:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=CxfKxZTg1DbPHJWPzb3+j86ivMqV6vfkqrTZ7ZDLxTg=; b=tMi80xynRp4hBqkNkBreCUIY5H8i99McNc6u7JRzeN5b/v1RcIzqYDuz+u4VLBDa9a DqGiqDNYLTHNHjEbTpskAdupj5OGTAqmbli3Sh2tR66LFdqndOIncLE7KFbI1/p27XrZ uSML2nMbyQEvBIBSnQZtXsOiXifpczCGJxey9QA9YKTKKs+QMZQCELrY7r8/Bk7T4e4g SN2u1YF/IbX1X6eQdfq++GZFXy4245JLonuWUsblKnFP/fxfXseQJDlnqiXMNXPjel3d 1+287JeZmDMvKRaNBVubnTa9qIok9lF0OgCuoovXl+pqonNxE09wmRU6RjoRfSSVAxFP oqDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=CxfKxZTg1DbPHJWPzb3+j86ivMqV6vfkqrTZ7ZDLxTg=; b=UIKAk+gbv2J3AVobBXfyXLgrXzdrKtpTjsswzczb4Lhcr0ZqdD0hcOT2IrKv0FRT2e wWWPzMstZsAZJiE/2Wcxav2mPYXalX78FV4JBq+CCimi0OqIz6qp2kTOId4dxByLKG9C Ibnun/bpwpwlWUU8WeDEQU4apzLSjrhVFNMF7025WhyOkC5CL6I91uN9CbtgXbWSSHfL Ty/acoKW9GgjvroQ8GRBXCAltDwwg1UcP3vjcTR30B7eb0ZIgm+iEtxNUBt+6NgtPX5p YXMHAhDKYTe8YN2yGi9HrRmeQmcFRygXP1LhalDhB25YHWm0vXQFZSDwgEE4095bZZxV B6cg== X-Gm-Message-State: AOAM530eOEsBuUEW8BHEBRL4IoxJ0lc/TccD8Hg/zkXI/cOYudv+y8dB U3esen0XkLg4jYQRVPJhWmRcvg== X-Google-Smtp-Source: ABdhPJzUKjTNKTbXFWJcsJH8ygfAj6l68RwUt/AazhZ6d2KIvuU+crBrvhbEHSdvAoUUE2Of0Iu60Q== X-Received: by 2002:adf:f304:: with SMTP id i4mr18285381wro.268.1605523367000; Mon, 16 Nov 2020 02:42:47 -0800 (PST) Received: from debian-brgl.home (amarseille-656-1-4-167.w90-8.abo.wanadoo.fr. [90.8.158.167]) by smtp.gmail.com with ESMTPSA id v16sm20583283wml.33.2020.11.16.02.42.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Nov 2020 02:42:46 -0800 (PST) From: Bartosz Golaszewski To: Linus Walleij , Andy Shevchenko , Jan Kiszka , David Laight Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [PATCH v5 1/7] gpio: exar: add a newline after the copyright notice Date: Mon, 16 Nov 2020 11:42:36 +0100 Message-Id: <20201116104242.19907-2-brgl@bgdev.pl> X-Mailer: git-send-email 2.29.1 In-Reply-To: <20201116104242.19907-1-brgl@bgdev.pl> References: <20201116104242.19907-1-brgl@bgdev.pl> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org From: Bartosz Golaszewski It's customary to have a newline between the copyright header and the includes. Add one to gpio-exar. Signed-off-by: Bartosz Golaszewski Reviewed-by: Andy Shevchenko --- drivers/gpio/gpio-exar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-exar.c b/drivers/gpio/gpio-exar.c index b1accfba017d..4202dd363a11 100644 --- a/drivers/gpio/gpio-exar.c +++ b/drivers/gpio/gpio-exar.c @@ -4,6 +4,7 @@ * * Copyright (C) 2015 Sudip Mukherjee */ + #include #include #include