]> git.ozlabs.org Git - ppp.git/blobdiff - linux/mppe/ppp_mppe_compress.c
Cosmetic fix.
[ppp.git] / linux / mppe / ppp_mppe_compress.c
index 0a757686de4ce1c83c23b9f78c8f8154b5ad4a3d..c652b6907c6e6974138c173ac47db809116e3cd7 100644 (file)
@@ -539,7 +539,6 @@ mppe_incomp(void *arg, unsigned char *ibuf, int icnt)
 {
     ppp_mppe_state *state = (ppp_mppe_state *) arg;
 
-/* XXX */
     if (state->debug &&
        (PPP_PROTOCOL(ibuf) >= 0x0021 && PPP_PROTOCOL(ibuf) <= 0x00fa))
        printk(KERN_DEBUG "mppe_incomp[%d]: incompressible (unencrypted) data! "