From mboxrd@z Thu Jan 1 00:00:00 1970 From: Veaceslav Falico Subject: [PATCH net-next 04/12] bonding: remove pr_fmt from bond_3ad.c Date: Tue, 15 Jul 2014 19:36:01 +0200 Message-ID: <1405445769-15394-5-git-send-email-vfalico@gmail.com> References: <1405445769-15394-1-git-send-email-vfalico@gmail.com> Cc: Veaceslav Falico , Jay Vosburgh , Andy Gospodarek To: netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:56579 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756400AbaGORkm (ORCPT ); Tue, 15 Jul 2014 13:40:42 -0400 In-Reply-To: <1405445769-15394-1-git-send-email-vfalico@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: To maintain the same message structure as netdev_* functions print. CC: Jay Vosburgh CC: Andy Gospodarek Signed-off-by: Veaceslav Falico --- drivers/net/bonding/bond_3ad.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/bonding/bond_3ad.c b/drivers/net/bonding/bond_3ad.c index 159c451..ee2c73a 100644 --- a/drivers/net/bonding/bond_3ad.c +++ b/drivers/net/bonding/bond_3ad.c @@ -20,8 +20,6 @@ * */ -#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt - #include #include #include -- 1.8.4