Staging: vt6655: break lines over 80 characters
Addresses checkpatch.pl warning: WARNING: line over 80 characters Break 2 lines over 80 characters and align with opening parenthesis Signed-off-by: Katie Dunne <kdunne@mail.ccsf.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0cc5a4f9d5
commit
4d36302448
|
@ -90,10 +90,12 @@
|
|||
|
||||
/*--------------------- Export Functions --------------------------*/
|
||||
|
||||
unsigned char SROMbyReadEmbedded(void __iomem *dwIoBase, unsigned char byContntOffset);
|
||||
unsigned char SROMbyReadEmbedded(void __iomem *dwIoBase,
|
||||
unsigned char byContntOffset);
|
||||
|
||||
void SROMvReadAllContents(void __iomem *dwIoBase, unsigned char *pbyEepromRegs);
|
||||
|
||||
void SROMvReadEtherAddress(void __iomem *dwIoBase, unsigned char *pbyEtherAddress);
|
||||
void SROMvReadEtherAddress(void __iomem *dwIoBase,
|
||||
unsigned char *pbyEtherAddress);
|
||||
|
||||
#endif /* __EEPROM_H__*/
|
||||
|
|
Loading…
Reference in New Issue