Skip to content

Commit

Permalink
staging: vt6655: checkpatch fixes
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jan 17, 2013
1 parent b5b384b commit 8473f65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/staging/vt6655/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8473f65

Please sign in to comment.