staging: rtl8192e: Insert blank line after function declaration
Insert blank line after function declaration to resolve checkpatch issue. Signed-off-by: Namrata A Shettar <namrataashettar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
986fb011c4
commit
8e9253b777
|
@ -78,6 +78,7 @@ static inline void RESET_CIE_WATCHDOG(struct rtllib_device *__pIeeeDev)
|
|||
{
|
||||
GET_CIE_WATCHDOG(__pIeeeDev) = 0;
|
||||
}
|
||||
|
||||
#define UPDATE_CIE_WATCHDOG(__pIeeeDev) (++GET_CIE_WATCHDOG(__pIeeeDev))
|
||||
|
||||
void dot11d_init(struct rtllib_device *dev);
|
||||
|
|
Loading…
Reference in New Issue