On Tue, 16 September 2014 15:55:19 -0700, Andy Grover wrote: > On 09/16/2014 01:23 PM, Joern Engel wrote: > >list_for_each_entry_safe is necessary if list objects are deleted from > >the list while traversing it. Not the case here, so we can use the base > >list_for_each_entry variant. > > > >Signed-off-by: Joern Engel <joern@xxxxxxxxx> > >--- > > drivers/target/target_core_tmr.c | 5 ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > > >diff --git a/drivers/target/target_core_tmr.c b/drivers/target/target_core_tmr.c > >index 83de7aec4aac..b426746589c0 100644 > >--- a/drivers/target/target_core_tmr.c > >+++ b/drivers/target/target_core_tmr.c > >@@ -115,13 +115,12 @@ void core_tmr_abort_task( > > struct se_tmr_req *tmr, > > struct se_session *se_sess) > > { > >- struct se_cmd *se_cmd, *tmp_cmd; > >+ truct se_cmd *se_cmd; > > Typo. Looks like Some Idiot(tm) should be redoing this patchset. Thanks! Jörn -- Invincibility is in oneself, vulnerability is in the opponent. -- Sun Tzu -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html