From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 0/4] small cleanups Date: Wed, 25 Jul 2018 11:20:15 -0700 Message-ID: <20180725182019.31518-1-stephen@networkplumber.org> Cc: Stephen Hemminger To: dev@dpdk.org Return-path: Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by dpdk.org (Postfix) with ESMTP id 0694025D9 for ; Wed, 25 Jul 2018 20:20:22 +0200 (CEST) Received: by mail-pg1-f193.google.com with SMTP id n7-v6so5837887pgq.4 for ; Wed, 25 Jul 2018 11:20:21 -0700 (PDT) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" These were discovered when running internal policy checker to try and get rid of potentially offensive language in DPDK. After looking at a couple of these places, they were also places where some improvement could be made. Stephen Hemminger (4): arm: remove profanity in comment bnx2x: remove profanity eal: don't crash if alarm set fails ixgbe: remove mild profanity drivers/net/bnx2x/elink.c | 4 ++-- drivers/net/ixgbe/ixgbe_rxtx.c | 3 +-- lib/librte_eal/common/eal_common_proc.c | 10 ++++------ lib/librte_eal/common/include/arch/arm/rte_cycles_32.h | 4 ++-- 4 files changed, 9 insertions(+), 12 deletions(-) -- 2.17.1