diff options
| author | 2014-09-21 15:15:06 +0530 | |
|---|---|---|
| committer | 2014-09-23 13:47:12 -0700 | |
| commit | 522c15ee3759a94907bdb500ff920d0b857d80ef (patch) | |
| tree | e4ea5c878842e182f054084a9a14f269643f6823 | |
| parent | staging: bcm: fix error do not use c99 comments (diff) | |
staging: bcm: remove space before tab
This patch fixes checkpatch.pl warning in headers.h file
WARNING : please, no space before tabs
Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/bcm/headers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/bcm/headers.h b/drivers/staging/bcm/headers.h index 6f3270cc4176..a7d4af5ea9a7 100644 --- a/drivers/staging/bcm/headers.h +++ b/drivers/staging/bcm/headers.h @@ -1,6 +1,6 @@ /******************************************************************* -* Headers.h +* Headers.h *******************************************************************/ #ifndef __HEADERS_H__ #define __HEADERS_H__ |
