Fixed checkpatch complaints about whitespace.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2352 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-10-06 10:30:54 +00:00
parent d7e087e3b2
commit 7c399c3226
2 changed files with 2 additions and 2 deletions

View File

@@ -4197,7 +4197,7 @@ out_err:
EXPORT_SYMBOL(scst_cmd_set_ext_cdb);
struct scst_cmd *scst_alloc_cmd(const uint8_t *cdb,
unsigned int cdb_len, gfp_t gfp_mask)
unsigned int cdb_len, gfp_t gfp_mask)
{
struct scst_cmd *cmd;

View File

@@ -364,7 +364,7 @@ void scst_free_session(struct scst_session *sess);
void scst_free_session_callback(struct scst_session *sess);
struct scst_cmd *scst_alloc_cmd(const uint8_t *cdb,
unsigned int cdb_len, gfp_t gfp_mask);
unsigned int cdb_len, gfp_t gfp_mask);
void scst_free_cmd(struct scst_cmd *cmd);
static inline void scst_destroy_cmd(struct scst_cmd *cmd)
{