From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E597CCA47D for ; Tue, 14 Jun 2022 02:15:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1353145AbiFNCPz (ORCPT ); Mon, 13 Jun 2022 22:15:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56442 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353444AbiFNCNq (ORCPT ); Mon, 13 Jun 2022 22:13:46 -0400 Received: from challenge-bot.com (challenge-bot.com [IPv6:2602:fffa:fff:108a:0:16:3e15:92b8]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 60B343526C for ; Mon, 13 Jun 2022 19:07:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=challenge-bot.com; s=20180430; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VGcRSjLbV9ZwhBfGleDibb3DqhkmCY5REWvPttnsKmE=; b=hCDYokHHkYRXevfvOlQR/aKGnF iktpm/cCXqT7ibOI3bCAz2IslF5oS7ilcHx2wkTl5q6IuC5CnDlvmFWjiZEET50oNOGy7HiySvM7Q VColeqOY4csXLccXUvusNODUkjuI94DcT79HaBur/BWY6bjAiPBAEHYv26fBVK2zajLk=; Received: from ozzloy by challenge-bot.com with local (Exim 4.92) (envelope-from ) id 1o0vy8-00087N-0a; Mon, 13 Jun 2022 19:07:48 -0700 From: daniel watson To: Larry Finger , Phillip Potter , Greg Kroah-Hartman , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Cc: Daniel Watson Subject: [PATCH 0/4] remove wrappers on _rtw_IOL_append_*_cmd Date: Mon, 13 Jun 2022 19:07:29 -0700 Message-Id: X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Daniel Watson This patchset removes the #define wrappers around the rtl_IOL_append_*_cmd group of functions. They are not needed. Daniel Watson (4): staging: r8188eu: remove leading '_' on _rtw_IOL_append_WB_cmd staging: r8188eu: remove leading '_' on _rtw_IOL_append_WW_cmd staging: r8188eu: remove leading '_' on _rtw_IOL_append_WD_cmd staging: r8188eu: remove leading '_' on _rtw_IOL_append_WRF_cmd drivers/staging/r8188eu/core/rtw_iol.c | 8 ++++---- drivers/staging/r8188eu/include/rtw_iol.h | 24 ++++++++--------------- 2 files changed, 12 insertions(+), 20 deletions(-) -- 2.34.1