Re: [patch 1/7] ieee1394/sbp2: fixes for hot-unplug and module unloading

From: Grant Coady
Date: Fri Oct 07 2005 - 19:19:25 EST


On Fri, 7 Oct 2005 16:54:22 -0700, Greg KH <gregkh@xxxxxxx> wrote:

>+static inline int sbp2util_node_is_available(struct scsi_id_instance_data *scsi_id)
>+{
>+ return scsi_id && scsi_id->ne && !scsi_id->ne->in_limbo;
>+}
>+
>
^^^^^ How did that 0x0c character sneak in there?

Grant.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/