info
static int info(struct seq_file *m, void *data)
#undef info
#define info(format, arg...) \
#undef info
#define info(format, arg...) printk(KERN_INFO "bcm3510: " format "\n", ## arg)
#define info(args...) pr_info("cx24120: " args)
#define info(args...) do { printk(KERN_INFO "CX24123: " args); } while (0)
#define info(format, arg...) \
#undef info
#define info(f, arg...) printk(KERN_INFO LOG_PREFIX": " f "\n" , ## arg)
#define info(args...) pr_info(DVB_USB_LOG_PREFIX": "args)
#undef info
#define info(format, arg...) printk(KERN_INFO DVB_USB_LOG_PREFIX ": " format "\n" , ## arg)
#define info(msg) printk(KERN_INFO "%s: " msg "\n", DRIVER_NAME)
#define info(format, arg...) printk(KERN_INFO "pcmciamtd: " format "\n" , ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format "\n", MY_NAME, ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
#define info(format, arg...) printk(KERN_INFO "%s: " format, MY_NAME, ## arg)
struct ap_card *ap_card_create(int id, struct ap_tapq_hwinfo info,
#define info(format, args...) fprintf(stderr, "INFO: " format, ## args)
bpf_prog_linfo__new(const struct bpf_prog_info *info);
#define info(fmt, ...) msg(INFO, fmt, ## __VA_ARGS__)
#define info(...) _msg(6, __VA_ARGS__)
#define info(fmt, args...) \