From patchwork Wed Nov 9 19:53:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 119654 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0B78EA034C; Wed, 9 Nov 2022 20:53:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1E2F041133; Wed, 9 Nov 2022 20:53:42 +0100 (CET) Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mails.dpdk.org (Postfix) with ESMTP id 3A052410FB for ; Wed, 9 Nov 2022 20:53:40 +0100 (CET) Received: by mail-pf1-f179.google.com with SMTP id b29so17652357pfp.13 for ; Wed, 09 Nov 2022 11:53:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=b1WcfSMTUpWNCO1EbJfT3lp8xDOEHidPF/QX2vmYEtI=; b=TidxOgyxk5Np3f6R1ixvD4x8noHl8q1Wqh2M5JuxUfepDvcrS4r7ZD/08IJUjQrYzN 93tj9BaD8nHzVZt5IkoikQmPv6upijJSgnprNawZXzN/q4SZoUXHh3WMqbt6ua+IP7xt raIKpWIWj1HnRemAIo9inuK/WhaxU0a7WKHlL3GqYFnwbSrke5qSIryRR4WQA/V/OH+m eQPACGUWGx7czSdxHhJmt7+xKpgs5O9LOMhpwXlfvbP8mug7SwOfkgwYAm6VfDsaKWb1 4FX2hKaMZ/2JsXKfIjH3v054MWCXDtBzlgpQHrJ4XkYaZbucdJ2of8KfJYAZV6Gx1SXE aibA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=b1WcfSMTUpWNCO1EbJfT3lp8xDOEHidPF/QX2vmYEtI=; b=XdV4N6uoCOi9JUkaPWyN376vV3vOEzfXz7FhhKmg8wE6g2P4G3zyZ8irrC92RLSkSt HJmkQxobR9hbpeAwnf2+sKE6fReXOz7oLzukIwEXdLi5nqaaT48V7oD7xPPol1SI1C2d x0TKxl4Cju+yn9SDaSOxIgksj/61+YeEv/E3p64OwCQVBk4919pj45PgCFP93DDv7e+t FaQf7zK3w+E5dQC1KPhRf/G+VFS9SMNY+p3UvE64rQOYFJ+4k3YVd4gEZaAmK0XS0dic G+K2QNMOqykV7YfIRcJSqd3jg7k6nVe+E13gSodZY2QXLN1YiOMuHjLSKK2f08UDjKmB FsXA== X-Gm-Message-State: ACrzQf38QfFKGhuPohe/1H2triEMgfYjA4+CbQXOr8EFMhqsmNj4vQBF Bxb5gRLG5RxfflBIKoNvWf7wQfim3uWFuw== X-Google-Smtp-Source: AMsMyM7nIbpPsZC2bWO3X+CFzuSrMwaPR/eR4FF8IUTgzKDh8+sks6SLDki3jFV1A9AUvuIkVdMKrw== X-Received: by 2002:a05:6a00:80d:b0:56d:93d8:f42f with SMTP id m13-20020a056a00080d00b0056d93d8f42fmr50168693pfk.14.1668023619062; Wed, 09 Nov 2022 11:53:39 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id u14-20020a170902e5ce00b0017f778d4543sm9628875plf.241.2022.11.09.11.53.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Nov 2022 11:53:38 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger , Erik Gabriel Carrillo Subject: [PATCH v2 03/14] timer: fix whitespace Date: Wed, 9 Nov 2022 11:53:20 -0800 Message-Id: <20221109195331.143473-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20221109195331.143473-1-stephen@networkplumber.org> References: <20221109191445.140320-1-stephen@networkplumber.org> <20221109195331.143473-1-stephen@networkplumber.org> MIME-Version: 1.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add space after keywords. Signed-off-by: Stephen Hemminger --- lib/timer/rte_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/timer/rte_timer.c b/lib/timer/rte_timer.c index 85d67573eb9e..9eb73f1fed13 100644 --- a/lib/timer/rte_timer.c +++ b/lib/timer/rte_timer.c @@ -350,7 +350,7 @@ timer_get_prev_entries(uint64_t time_val, unsigned tim_lcore, { unsigned lvl = priv_timer[tim_lcore].curr_skiplist_depth; prev[lvl] = &priv_timer[tim_lcore].pending_head; - while(lvl != 0) { + while (lvl != 0) { lvl--; prev[lvl] = prev[lvl+1]; while (prev[lvl]->sl_next[lvl] &&