From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757716AbdJKSPB (ORCPT ); Wed, 11 Oct 2017 14:15:01 -0400 Received: from mail-qt0-f196.google.com ([209.85.216.196]:44910 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752498AbdJKSO7 (ORCPT ); Wed, 11 Oct 2017 14:14:59 -0400 X-Google-Smtp-Source: AOwi7QChNpLhOv0DT1UnzfeobBEedRdAH59ukp6ebGnxVmd2Y5yvZVIPL4EjnW9zE9VwPmwq8KIDYQ== From: Florian Fainelli To: netdev@vger.kernel.org Cc: Florian Fainelli , Jamal Hadi Salim , Cong Wang , Jiri Pirko , linux-kernel@vger.kernel.org (open list) Subject: [PATCH net-next] sched: tc_mirred: Remove whitespaces Date: Wed, 11 Oct 2017 11:14:49 -0700 Message-Id: <20171011181450.22648-1-f.fainelli@gmail.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This file contains unnecessary whitespaces as newlines, remove them, found by looking at what struct tc_mirred looks like. Signed-off-by: Florian Fainelli --- include/uapi/linux/tc_act/tc_mirred.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/uapi/linux/tc_act/tc_mirred.h b/include/uapi/linux/tc_act/tc_mirred.h index 3d7a2b352a62..69038c29e8a9 100644 --- a/include/uapi/linux/tc_act/tc_mirred.h +++ b/include/uapi/linux/tc_act/tc_mirred.h @@ -9,13 +9,13 @@ #define TCA_EGRESS_MIRROR 2 /* mirror packet to EGRESS */ #define TCA_INGRESS_REDIR 3 /* packet redirect to INGRESS*/ #define TCA_INGRESS_MIRROR 4 /* mirror packet to INGRESS */ - + struct tc_mirred { tc_gen; int eaction; /* one of IN/EGRESS_MIRROR/REDIR */ __u32 ifindex; /* ifindex of egress port */ }; - + enum { TCA_MIRRED_UNSPEC, TCA_MIRRED_TM, @@ -24,5 +24,5 @@ enum { __TCA_MIRRED_MAX }; #define TCA_MIRRED_MAX (__TCA_MIRRED_MAX - 1) - + #endif -- 2.9.3