From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pb-smtp2.pobox.com (pb-smtp2.pobox.com [64.147.108.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5F56F1D2F7 for ; Wed, 12 Jul 2023 23:23:04 +0000 (UTC) Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id D9E1A1A327D; Wed, 12 Jul 2023 19:22:56 -0400 (EDT) (envelope-from tdavies@darkphysics.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=date:from :to:cc:subject:message-id:mime-version:content-type; s=sasl; bh= 0165xUKuhFx6oX5PHMQjF2TMBsaTDaVi5RGHkyOeIhE=; b=ZB29vdN+H6nhBFqN tU+deVNXRLnQKWA4yV2U4fxV2LnPew3U2mQeUSMj84CxUh5EK6ai/Rd4S6Yc9hJb v1FnXc3HvwAJ0xQEJbsOrsz5oXDCOnanjt2iS/xdApJo8chKMlEEgA3H+VcOC8BU 0M+3KIQOm42rraGHVRGeQUgDSTQ= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id CFE891A327C; Wed, 12 Jul 2023 19:22:56 -0400 (EDT) (envelope-from tdavies@darkphysics.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=darkphysics.net; h=date:from:to:cc:subject:message-id:mime-version:content-type; s=2019-09.pbsmtp; bh=0165xUKuhFx6oX5PHMQjF2TMBsaTDaVi5RGHkyOeIhE=; b=el/hpON9uneIM1+RIfDS1KdybBl45LKGqr02f9mhShWQbNcJPf24kIJC5WBMfbBjz/nUBhyvKz1d2Vwdhmv19z4EgWJhb8RPvJtYTWujxujVCHLv36NqWbfUzsxtriw7sR0ddVp9rxPj0AJCu6qkV/1UblVy2EJih8I6hRLiF44= Received: from basil (unknown [76.146.178.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 6A7B71A327B; Wed, 12 Jul 2023 19:22:55 -0400 (EDT) (envelope-from tdavies@darkphysics.net) Date: Wed, 12 Jul 2023 16:23:44 -0700 From: Tree Davies To: gregkh@linuxfoundation.org, philipp.g.hortmann@gmail.com, anjan@momi.ca, error27@gmail.com Cc: tdavies@darkphysics.net, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH 00/12] Staging: rtl8192e: Style Guide Cleanup Message-ID: Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Pobox-Relay-ID: 0824F012-210B-11EE-96F5-307A8E0A682E-45285927!pb-smtp2.pobox.com This patch series fixes checkpatch CamelCase warnings in regard to drivers/staging/rtl8192e/rtl819x_BAProc.c Tree Davies (12): Staging: rtl8192e: Rename function ActivateBAEntry Staging: rtl8192e: Rename function DeActivateBAEntry Staging: rtl8192e: Rename function TxTsDeleteBA Staging: rtl8192e: Rename function TsInitAddBA Staging: rtl8192e: Rename function TsInitDelBA Staging: rtl8192e: Rename function BaSetupTimeOut Staging: rtl8192e: Rename function TxBaInactTimeout Staging: rtl8192e: Rename function RxBaInactTimeout Staging: rtl8192e: Rename variable pBA Staging: rtl8192e: Rename variable Time Staging: rtl8192e: Rename variable pTxTs Staging: rtl8192e: Rename variable TxAdmittedBARecord drivers/staging/rtl8192e/rtl819x_BAProc.c | 186 +++++++++++----------- drivers/staging/rtl8192e/rtl819x_TS.h | 2 +- drivers/staging/rtl8192e/rtl819x_TSProc.c | 20 +-- drivers/staging/rtl8192e/rtllib.h | 12 +- drivers/staging/rtl8192e/rtllib_tx.c | 18 +-- 5 files changed, 119 insertions(+), 119 deletions(-) -- 2.41.0