From patchwork Sun Oct 21 05:38:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zach Turner X-Patchwork-Id: 10650711 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4B13414DE for ; Sun, 21 Oct 2018 05:38:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BBE0F285EA for ; Sun, 21 Oct 2018 05:38:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id ACB7628619; Sun, 21 Oct 2018 05:38:50 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9571E285EA for ; Sun, 21 Oct 2018 05:38:49 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C86E189E4C; Sun, 21 Oct 2018 05:38:46 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-it1-x141.google.com (mail-it1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9A79189E4C for ; Sun, 21 Oct 2018 05:38:44 +0000 (UTC) Received: by mail-it1-x141.google.com with SMTP id 134-v6so8556775itz.2 for ; Sat, 20 Oct 2018 22:38:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=k7ayLm15N9C1qoE8f/HCDDTfsTiD/NtMbu/ApDlbYBc=; b=q3TXoADLE5/J48IFxZE9YIBXez9t96BxG1mL6euWLrAJiidEvsUrDNYcANfdDtjeDJ XBaW6ubA8haPVzIMRV6grr+f7MCas9fh8vqhq5+D2RfeBlBCSKB4NH5CPtRE8qnnqXLT Cmya6X+aPPXLCAspQxAGrsUko327w+hLiNeuDREtx02vRS0UJiyKvRpC9VwdVzvarfjJ EV4kNW18TELbZ9CB1EGlsj7AW1Gu3XpCNGfNT1O1bIURxWDkEFJP38nYB2RvkV1HdNWY FHbcqDPc326XuPUHdzyA+oNSI50mmU4fxk1Qe8tiWhoQl2NHmFqrw4GOvB5qrXiV9Vqt k1qQ== X-Gm-Message-State: ABuFfoiyH8FK07nhWbJkaFdl+7+3Z/UueqZot9nlNZa0PLjaIMT3ziZV AsRq8dx2U+RewY65LVC9Ra5f2Q7sEh4= X-Google-Smtp-Source: ACcGV61Ly04lyxDE/Eng1mMk0IvGornRHDLJ7RnCKO3ZCycjDMXQ64GjikEbOmcbTOk3uP/vY1jWSg== X-Received: by 2002:a24:5f15:: with SMTP id r21-v6mr6979207itb.6.1540100323781; Sat, 20 Oct 2018 22:38:43 -0700 (PDT) Received: from venus ([2601:285:300:e6d0:8066:710f:3396:6b52]) by smtp.gmail.com with ESMTPSA id j141-v6sm3386266ita.3.2018.10.20.22.38.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 20 Oct 2018 22:38:43 -0700 (PDT) Date: Sat, 20 Oct 2018 23:38:42 -0600 From: Zach Turner To: gregkh@linuxfoundation.org, hwentland@gmail.com, manasi.d.navare@intel.com, daniel.vetter@ffwll.ch, dri-devel@lists.freedesktop.org Subject: [PATCH] staging: rtllib_crypt_ccmp: remove extra blank line Message-ID: <20181021053842.GA11767@venus> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP This patch fixes the checkpatch.pl check: CHECK: Please don't use multiple blank lines Signed-off-by: Zach Turner --- drivers/staging/rtl8192e/rtllib_crypt_ccmp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c index bc45cf098b04..c8757965be55 100644 --- a/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c +++ b/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c @@ -85,7 +85,6 @@ static void *rtllib_ccmp_init(int key_idx) return NULL; } - static void rtllib_ccmp_deinit(void *priv) { struct rtllib_ccmp_data *_priv = priv;