lguest: update comments
[firefly-linux-kernel-4.4.55.git] / arch / x86 / include / asm / lguest_hcall.h
index b60f2924c41314468d5c9b2df3fcea77fdc0c063..879fd7d33877516fd13d6eb06fc0fc8354350e98 100644 (file)
@@ -61,6 +61,7 @@ hcall(unsigned long call,
                     : "memory");
        return call;
 }
+/*:*/
 
 /* Can't use our min() macro here: needs to be a constant */
 #define LGUEST_IRQS (NR_IRQS < 32 ? NR_IRQS: 32)