Fix my bogus spelling. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- marvell.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/marvell.c b/marvell.c index 373ebcf..c44fea3 100644 --- a/marvell.c +++ b/marvell.c @@ -68,9 +68,9 @@ static void dump_queue(const char *name, printf("Status 0x%08X\n", d->status); printf("Timestamp 0x%08X\n", d->timestamp); if (rx) { - printf("Csum1 Offset %4d Positon %d\n", + printf("Csum1 Offset %4d Position %d\n", d->csum1, d->csum1_start); - printf("Csum2 Offset %4d Positon %d\n", + printf("Csum2 Offset %4d Position %d\n", d->csum2, d->csum2_start); } else printf("Csum Start 0x%04X Pos %4d Write %d\n", -- 1.4.1 - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html