mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-20 06:06:23 +00:00
scst: Fix a recently introduced checkpatch complaint
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4455 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -6413,7 +6413,7 @@ bool scst_initiator_has_luns(struct scst_tgt *tgt, const char *initiator_name)
|
||||
EXPORT_SYMBOL_GPL(scst_initiator_has_luns);
|
||||
|
||||
static char *scst_get_unique_sess_name(struct list_head *sess_list,
|
||||
const char* initiator_name)
|
||||
const char *initiator_name)
|
||||
{
|
||||
char *name = (char *)initiator_name;
|
||||
struct scst_session *s;
|
||||
|
||||
Reference in New Issue
Block a user