From patchwork Thu Jan 12 03:38:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Scott Matheina X-Patchwork-Id: 9512029 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 29ECB60710 for ; Thu, 12 Jan 2017 03:45:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1BF7828663 for ; Thu, 12 Jan 2017 03:45:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 107432867A; Thu, 12 Jan 2017 03:45:23 +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 9704028663 for ; Thu, 12 Jan 2017 03:45:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752793AbdALDpU (ORCPT ); Wed, 11 Jan 2017 22:45:20 -0500 Received: from box.matheina.com ([104.236.11.237]:42092 "EHLO box.matheina.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752775AbdALDpP (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 B72D242AC6; Wed, 11 Jan 2017 21:39:00 -0600 (CST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=matheina.com; s=mail; t=1484192341; bh=0DJjpsudhvws8FVoLayfh231Sw4evrULJGHwIMiw/kM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NX5fo/BwU7jTCMzztFaR/KklFoltRWG33QUJRZVFB/skTsN6gDtr+SrWBg3Qi/w9q OtVvVBwopooHxi2KTrqxCY+PejoXZLhMtHAUysrT41qn+Yr+3HZ6+MxoSPN8/SeZJy 2jL46q+cu9M4qfNccEwTrtjwudJcfbWkBPFG8I68UILaeV6N7/LRpZEEHLFMOsUJ3E wRerQry/zSKT+3NPolV6y6qTJsFQ8P/ZisuFqoinigXayP0OhcrNHN0aT7oRHInLlO 4Ko6mK3PihMNjhZjgyXiu/udQ3Z4ErbsallQbuwgOKMdLoFUFjOUev5YZu+12iJNie HmV/n6gpcAXXA== 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 3/7] staging:wilc1000:linux_wlan.c Align code to match open parenthesis Date: Wed, 11 Jan 2017 21:38:34 -0600 Message-Id: <1484192328-16825-3-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/linux_wlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index 185fcd1..9ab4393 100644 --- a/drivers/staging/wilc1000/linux_wlan.c +++ b/drivers/staging/wilc1000/linux_wlan.c @@ -364,7 +364,7 @@ static int linux_wlan_start_firmware(struct net_device *dev) return ret; if (!wait_for_completion_timeout(&wilc->sync_event, - msecs_to_jiffies(5000))) + msecs_to_jiffies(5000))) return -ETIME; return 0;