atheros: remove trailing whitespace
as suggested by checkpatch. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 41085
This commit is contained in:
parent
3406e402ef
commit
8b4323ad31
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
+ buf = vmalloc(master->erasesize);
|
||||
+ if (!buf)
|
||||
+ return -ENOMEM;
|
||||
+
|
||||
+
|
||||
+ restart:
|
||||
if ( directory < 0 ) {
|
||||
offset = master->size + directory * master->erasesize;
|
||||
|
|
Loading…
Reference in a new issue