From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: [net-next PATCH 00/13] drivers/net/tulip: Cleanups Date: Thu, 28 Jan 2010 22:59:16 -0800 Message-ID: Cc: netdev@vger.kernel.org To: David Miller Return-path: Received: from mail.perches.com ([173.55.12.10]:1577 "EHLO mail.perches.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753867Ab0A2G7a (ORCPT ); Fri, 29 Jan 2010 01:59:30 -0500 Sender: netdev-owner@vger.kernel.org List-ID: checkpatch errors ignored Joe Perches (13): tulip_core: Use dev_ and pr_ tulip/21142.c: Use dev_ and pr_ tulip/de2104x.c: Use dev_ and pr_ tulip/dmfe.c: Use dev_ and pr_ tulip/eeprom.c: Use dev_ and pr_ tulip/interrupt.c: Use dev_ and pr_ tulip/media.c: Use dev_ and pr_ tulip/pnic.c: Use dev_ and pr_ tulip/pnic2.c: Use dev_ and pr_ tulip/timer.c: Use dev_ and pr_ tulip/uli526x.c: Use dev_ and pr_ tulip/winbond-840.c: Use dev_ and pr_ tulip/xircom_cb.c: Use dev_ and pr_ drivers/net/tulip/21142.c | 76 +++++++++-------- drivers/net/tulip/de2104x.c | 138 +++++++++++++++--------------- drivers/net/tulip/dmfe.c | 67 +++++++-------- drivers/net/tulip/eeprom.c | 47 +++++----- drivers/net/tulip/interrupt.c | 100 ++++++++++++---------- drivers/net/tulip/media.c | 74 ++++++++-------- drivers/net/tulip/pnic.c | 33 ++++---- drivers/net/tulip/pnic2.c | 59 +++++++------- drivers/net/tulip/timer.c | 52 ++++++------ drivers/net/tulip/tulip_core.c | 162 ++++++++++++++++++------------------ drivers/net/tulip/uli526x.c | 46 ++++++---- drivers/net/tulip/winbond-840.c | 177 ++++++++++++++++++++------------------- drivers/net/tulip/xircom_cb.c | 44 ++++++---- 13 files changed, 547 insertions(+), 528 deletions(-)