> +static ssize_t beiscsi_show_boot_eth_info(void *data, int type, char *buf) > +{ > + struct beiscsi_hba *phba = data; > + char *str = buf; > + int rc; > + > + switch (type) { > + case ISCSI_BOOT_ETH_FLAGS: > + rc = sprintf(str, "2\n"); > + break; > + case ISCSI_BOOT_ETH_INDEX: > + rc = sprintf(str, "0\n"); Offset by one extra tab. Otherwise it looks ok to me. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html