From mboxrd@z Thu Jan 1 00:00:00 1970 From: Veaceslav Falico Subject: [PATCH net-next 09/12] bonding: bonding: remove pr_fmt from bond_netlink.c Date: Tue, 15 Jul 2014 19:36:06 +0200 Message-ID: <1405445769-15394-10-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]:31576 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757420AbaGORkt (ORCPT ); Tue, 15 Jul 2014 13:40:49 -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_netlink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/net/bonding/bond_netlink.c b/drivers/net/bonding/bond_netlink.c index d4e2932..0d84af9 100644 --- a/drivers/net/bonding/bond_netlink.c +++ b/drivers/net/bonding/bond_netlink.c @@ -9,8 +9,6 @@ * (at your option) any later version. */ -#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt - #include #include #include -- 1.8.4