On Fri, 2017-04-28 at 10:04 +0200, Hannes Reinecke wrote: > When setting up an ALUA target port group with an invalid ID the > error message > > kstrtoul() returned -22 for tg_pt_gp_id > > is displayed, which is not really helpful. > Convert it to something sane. > And while we're at it, join the messages onto a single line. > > Signed-by: Hannes Reinecke <hare@xxxxxxxx> > --- > drivers/target/target_core_configfs.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > Applied. Thanks Hannes.