Re: [PATCH 06/14] MIPS: print irq handler description

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Manuel Lauss wrote:
[...]
Or how about this?

[...]  		seq_printf(p, " %14s", irq_desc[i].chip->name);
-		seq_printf(p, "-%-8s", irq_desc[i].name);
+		if (irq_desc[i].name)
+			seq_printf(p, "-%-8s", irq_desc[i].name);
 		seq_printf(p, "  %s", action->name);

I will let you and Ralf decide. However it would be nice if action->name lined up with a mixture of NULL and non-NULL irq_desc[i].name. It is not clear to me if this is the case with your patch.

David Daney


[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux