]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/dccp/options.c
dccp: do not assume DCCP code is non preemptible
[mirror_ubuntu-artful-kernel.git] / net / dccp / options.c
index b82b7ee9a1d2dce6ab583a673e59a998c67d871f..74d29c56c36709fd4e31f0e63a1f8b1aa38a32cd 100644 (file)
@@ -253,7 +253,7 @@ out_nonsensical_length:
        return 0;
 
 out_invalid_option:
-       __DCCP_INC_STATS(DCCP_MIB_INVALIDOPT);
+       DCCP_INC_STATS(DCCP_MIB_INVALIDOPT);
        rc = DCCP_RESET_CODE_OPTION_ERROR;
 out_featneg_failed:
        DCCP_WARN("DCCP(%p): Option %d (len=%d) error=%u\n", sk, opt, len, rc);