alistair23-linux/drivers/target/tcm_fc
Jingoo Han 57103d7fe1 target: replace strict_strto*() with kstrto*()
The usage of strict_strtoul() and strict_strtoull() is not preferred,
because strict_strtoul() and strict_strtoull() are obsolete. Thus,
kstrtoul() and kstrtoull() should be used.

v2: Fix incorrect return in ft_add_tpg (Fengguang)

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
2013-08-12 20:31:44 -07:00
..
Kconfig
Makefile
tcm_fc.h target: make queue_tm_rsp() return void 2013-07-07 18:36:53 -07:00
tfc_cmd.c target: make queue_tm_rsp() return void 2013-07-07 18:36:53 -07:00
tfc_conf.c target: replace strict_strto*() with kstrto*() 2013-08-12 20:31:44 -07:00
tfc_io.c
tfc_sess.c