From patchwork Thu Jan 12 03:38:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Matheina X-Patchwork-Id: 9512037 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DC0B460710 for ; Thu, 12 Jan 2017 03:45:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CE1B828663 for ; Thu, 12 Jan 2017 03:45:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C1FB72867A; Thu, 12 Jan 2017 03:45:32 +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.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_HI autolearn=unavailable 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 842CF28663 for ; Thu, 12 Jan 2017 03:45:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752796AbdALDpV (ORCPT ); Wed, 11 Jan 2017 22:45:21 -0500 Received: from box.matheina.com ([104.236.11.237]:54610 "EHLO box.matheina.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752773AbdALDpP (ORCPT ); Wed, 11 Jan 2017 22:45:15 -0500 Received: from authenticated-user (box.matheina.com [104.236.11.237]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by box.matheina.com (Postfix) with ESMTPSA id 70AD542AC9; Wed, 11 Jan 2017 21:39:04 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=matheina.com; s=mail; t=1484192344; bh=JcS/6mDiQOjwFZOX4UNurFtfblHnlB0hMHwQCfe0M+A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Nb+UzuabBgWBOsQXSBexuGE58ikYLllMKleQsnu0cejSTmPb4PxubGpbLMHuEBM9u Ys+/81P6TCnCUNbXaJjM6EgjiOE/pH29DmoTF7OHfgNIRn9z42rq2fVaR/IX4KJn2h y9yyJsYoDzC5yFcwABn/yjkvma2P/dSDdl3OShw61sSNBiV4mAdlkVWgOzuBI8xW4V GV8i7DhKdM2TVEAarkiA7u6563ECQrJkbBZqZotekSm4sohWqfyEdm6lTmBTf9CCip OLT4vbe6OI3nmuITyOiEGyvCVmmKqiXIQTBFwc26jiYoj9dUbC/6NSsqe9AajWgZqk NQjiYvZti47zg== From: Scott Matheina To: linux-kernel@vger.kernel.org Cc: Aditya Shankar , Ganesh Krishna , Greg Kroah-Hartman , linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org Subject: [PATCH 4/7] staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesis Date: Wed, 11 Jan 2017 21:38:35 -0600 Message-Id: <1484192328-16825-4-git-send-email-scott@matheina.com> In-Reply-To: <1484192328-16825-1-git-send-email-scott@matheina.com> References: <1484192328-16825-1-git-send-email-scott@matheina.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fixes checkpatch CHECK: Alignment should match open parenthesis Signed-off-by: Scott Matheina --- drivers/staging/wilc1000/wilc_debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_debugfs.c b/drivers/staging/wilc1000/wilc_debugfs.c index 07260c4..52aac75 100644 --- a/drivers/staging/wilc1000/wilc_debugfs.c +++ b/drivers/staging/wilc1000/wilc_debugfs.c @@ -52,7 +52,7 @@ static ssize_t wilc_debug_level_read(struct file *file, char __user *userbuf, si } static ssize_t wilc_debug_level_write(struct file *filp, const char __user *buf, - size_t count, loff_t *ppos) + size_t count, loff_t *ppos) { int flag = 0; int ret;