blob: 18784b82356befe1d1547f13cf65ec7a69f135bd [file] [log] [blame]
{
list_for_each(k)
{
if (a)
{
if (b)
{
c++;
}
}
}
}