Message ID | 20210311042756.2062322-1-ztong0001@gmail.com |
---|---|
State | New |
Headers | show |
Series | isdn: remove extra spaces in the header file | expand |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 10 Mar 2021 23:27:55 -0500 you wrote: > fix some coding style issues in the isdn header > > Signed-off-by: Tong Zhang <ztong0001@gmail.com> > --- > drivers/isdn/hardware/mISDN/iohelper.h | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) Here is the summary with links: - isdn: remove extra spaces in the header file https://git.kernel.org/netdev/net-next/c/8176f8c0f095 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
diff --git a/drivers/isdn/hardware/mISDN/iohelper.h b/drivers/isdn/hardware/mISDN/iohelper.h index b2b2bde8edba..c81f7aba4b57 100644 --- a/drivers/isdn/hardware/mISDN/iohelper.h +++ b/drivers/isdn/hardware/mISDN/iohelper.h @@ -13,14 +13,14 @@ #ifndef _IOHELPER_H #define _IOHELPER_H -typedef u8 (read_reg_func)(void *hwp, u8 offset); - typedef void (write_reg_func)(void *hwp, u8 offset, u8 value); - typedef void (fifo_func)(void *hwp, u8 offset, u8 *datap, int size); +typedef u8 (read_reg_func)(void *hwp, u8 offset); +typedef void (write_reg_func)(void *hwp, u8 offset, u8 value); +typedef void (fifo_func)(void *hwp, u8 offset, u8 *datap, int size); - struct _ioport { - u32 port; - u32 ale; - }; +struct _ioport { + u32 port; + u32 ale; +}; #define IOFUNC_IO(name, hws, ap) \ static u8 Read##name##_IO(void *p, u8 off) { \
fix some coding style issues in the isdn header Signed-off-by: Tong Zhang <ztong0001@gmail.com> --- drivers/isdn/hardware/mISDN/iohelper.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)