]> git.baikalelectronics.ru Git - kernel.git/commit
target: fixup error message in target_tg_pt_gp_alua_access_type_store()
authorHannes Reinecke <hare@suse.de>
Fri, 28 Apr 2017 08:03:38 +0000 (10:03 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Tue, 2 May 2017 05:21:49 +0000 (22:21 -0700)
commit36702f85cc522ed3b7d4d71069949d9ddf01ab62
tree8bd9749329c2f6b58cf55c0c6946139a85968f8d
parentf5b9a2627af2ac8090e5b2959a1e77cd2136b05b
target: fixup error message in target_tg_pt_gp_alua_access_type_store()

When setting up a target the error message:

Unable to do set ##_name ALUA state on non valid tg_pt_gp ID: 0

is displayed.
Apparently concatenation doesn't work in a string; one should be using
implicit string concatenation here.

Signed-off-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Bart van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/target_core_configfs.c