mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
Staging: sbe-2t3e3: Fix the error of (foo*) should be (foo *).
This patch fixes an error in 2t3e3.h that (foo*) should be (foo *). Signed-off-by: Elena Oat <oat.elena@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f6250023a0
commit
10a0e2e22f
@@ -838,7 +838,7 @@ static inline int has_two_ports(struct pci_dev *pdev)
|
||||
return pdev->subsystem_device == PCI_SUBDEVICE_ID_SBE_2T3E3_P0;
|
||||
}
|
||||
|
||||
#define dev_to_priv(dev) (*(struct channel **) ((hdlc_device*)(dev) + 1))
|
||||
#define dev_to_priv(dev) (*(struct channel **) ((hdlc_device *)(dev) + 1))
|
||||
|
||||
static inline u32 dc_read(unsigned long addr, u32 reg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user