tools: Rename __fallthrough to fallthrough
[linux-2.6-microblaze.git] / tools / perf / util / intel-pt-decoder / intel-pt-pkt-decoder.c
index 18f97f4..af97106 100644 (file)
@@ -730,7 +730,7 @@ int intel_pt_pkt_desc(const struct intel_pt_pkt *packet, char *buf,
        case INTEL_PT_FUP:
                if (!(packet->count))
                        return snprintf(buf, buf_len, "%s no ip", name);
-               __fallthrough;
+               fallthrough;
        case INTEL_PT_CYC:
        case INTEL_PT_VMCS:
        case INTEL_PT_MTC: