sf: Code cleanups

- comment typo's
- func args have a proper names

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
Jagannadha Sutradharudu Teki 2014-01-12 21:38:21 +05:30
parent 9f4322fd22
commit 2ba863fae6
4 changed files with 12 additions and 14 deletions

View file

@ -19,7 +19,10 @@
#include <linux/types.h>
#include <linux/compiler.h>
/* No enum list for write commands only QPP */
/* sf param flags */
#define SECT_4K 1 << 1
#define SECT_32K 1 << 2
#define E_FSR 1 << 3
#define WR_QPP 1 << 4
/* Enum list - Full read commands */