From patchwork Thu Jan 24 09:24:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Reid X-Patchwork-Id: 1030378 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; 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=electromag.com.au Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43lcNt5Hnfz9s55 for ; Thu, 24 Jan 2019 20:31:42 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727126AbfAXJbl (ORCPT ); Thu, 24 Jan 2019 04:31:41 -0500 Received: from anchovy2.45ru.net.au ([203.30.46.146]:58743 "EHLO anchovy2.45ru.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725931AbfAXJbl (ORCPT ); Thu, 24 Jan 2019 04:31:41 -0500 X-Greylist: delayed 401 seconds by postgrey-1.27 at vger.kernel.org; Thu, 24 Jan 2019 04:31:40 EST Received: (qmail 4515 invoked by uid 5089); 24 Jan 2019 09:24:58 -0000 Received: by simscan 1.2.0 ppid: 4488, pid: 4489, t: 0.0421s scanners: regex: 1.2.0 attach: 1.2.0 clamav: 0.88.3/m:40/d:1950 X-RBL: $rbltext Received: from unknown (HELO preid-centos7.electromag.com.au) (preid@electromag.com.au@203.59.235.95) by anchovy3.45ru.net.au with ESMTPA; 24 Jan 2019 09:24:57 -0000 Received: by preid-centos7.electromag.com.au (Postfix, from userid 1000) id EF507322D1D79; Thu, 24 Jan 2019 17:24:56 +0800 (AWST) From: Phil Reid To: thloh@altera.com, linus.walleij@linaro.org, preid@electromag.com.au, linux-gpio@vger.kernel.org Subject: [PATCH 1/1] gpio: altera: Fixup block comment style Date: Thu, 24 Jan 2019 17:24:53 +0800 Message-Id: <1548321893-74887-1-git-send-email-preid@electromag.com.au> X-Mailer: git-send-email 1.8.3.1 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Add missing '*' char to the start of the comment lines. Signed-off-by: Phil Reid --- drivers/gpio/gpio-altera.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-altera.c b/drivers/gpio/gpio-altera.c index 8c3ff6e..748fdd4 100644 --- a/drivers/gpio/gpio-altera.c +++ b/drivers/gpio/gpio-altera.c @@ -32,9 +32,9 @@ * struct altera_gpio_chip * @mmchip : memory mapped chip structure. * @gpio_lock : synchronization lock so that new irq/set/get requests - will be blocked until the current one completes. +* will be blocked until the current one completes. * @interrupt_trigger : specifies the hardware configured IRQ trigger type - (rising, falling, both, high) +* (rising, falling, both, high) * @mapped_irq : kernel mapped irq number. */ struct altera_gpio_chip {