[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1658094708.git.philipp.g.hortmann@gmail.com>
Date: Mon, 18 Jul 2022 00:20:02 +0200
From: Philipp Hortmann <philipp.g.hortmann@...il.com>
To: Forest Bond <forest@...ttletooquiet.net>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH 0/7] staging: vt6655: Convert four macros to one function
Convert four multiline macros to one function with parameter.
checkpatch.pl does not accept multiline macros.
Tested with vt6655 on mini PCI Module
Transferred this patch over wlan connection of vt6655
Philipp Hortmann (7):
staging: vt6655: Rename dwData to reg_value in four macros
staging: vt6655: Rename MACvReceive0
staging: vt6655: Convert macro vt6655_mac_dma_ctl to function
staging: vt6655: Add parameter to function vt6655_mac_dma_ctl
staging: vt6655: Replace MACvReceive1 with function vt6655_mac_dma_ctl
staging: vt6655: Replace MACvTransmit0 with function
vt6655_mac_dma_ctl
staging: vt6655: Replace MACvTransmitAC0 with function
vt6655_mac_dma_ctl
drivers/staging/vt6655/device_main.c | 25 ++++++++++++-----
drivers/staging/vt6655/mac.h | 40 ----------------------------
2 files changed, 19 insertions(+), 46 deletions(-)
--
2.37.1
Powered by blists - more mailing lists