Re: [Patch] Dead code in drivers/isdn/avm/avmcard.h

From: Olaf Titz
Date: Tue Mar 07 2006 - 16:24:38 EST


> i = 0;
> - if (i == 0)
> - break;
> + break;
> /* fall through */
> default:

This leaves the "fall through" comment as bogus, remove that too.

Olaf

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/