1
0
Fork 0

staging: vt6655: Fix the warning line over 80 characters

Fix the checkpatch.pl warning
WARNING: line over 80 characters

Signed-off-by: Madhumitha Prabakaran <madhumithabiw@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.2
Madhumitha Prabakaran 2019-03-05 16:48:27 -06:00 committed by Greg Kroah-Hartman
parent f6fe7f2809
commit 5822706008
1 changed files with 2 additions and 1 deletions

View File

@ -883,7 +883,8 @@ bool MACbIsRegBitsOff(struct vnt_private *priv, unsigned char byRegOfs,
bool MACbIsIntDisable(struct vnt_private *priv);
void MACvSetShortRetryLimit(struct vnt_private *priv, unsigned char byRetryLimit);
void MACvSetShortRetryLimit(struct vnt_private *priv,
unsigned char byRetryLimit);
void MACvSetLongRetryLimit(struct vnt_private *priv, unsigned char byRetryLimit);
void MACvGetLongRetryLimit(struct vnt_private *priv,