mirror of https://gitee.com/openkylin/linux.git
staging: vt6655: checkpatch fixes
put opening brace in a new line 4 ---> 8 spaces Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b5b384b727
commit
8473f6544e
|
@ -881,8 +881,9 @@ inline static bool device_get_ip(PSDevice pInfo) {
|
|||
|
||||
|
||||
|
||||
static inline PDEVICE_RD_INFO alloc_rd_info(void) {
|
||||
return kzalloc(sizeof(DEVICE_RD_INFO), GFP_ATOMIC);
|
||||
static inline PDEVICE_RD_INFO alloc_rd_info(void)
|
||||
{
|
||||
return kzalloc(sizeof(DEVICE_RD_INFO), GFP_ATOMIC);
|
||||
}
|
||||
|
||||
static inline PDEVICE_TD_INFO alloc_td_info(void) {
|
||||
|
|
Loading…
Reference in New Issue