mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user