From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [PATCH net-next 8/8] net: sched: cls_u32: add extack support Date: Tue, 16 Jan 2018 15:00:22 -0800 Message-ID: References: <20180116172027.22128-1-aring@mojatatu.com> <20180116172027.22128-9-aring@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: Jamal Hadi Salim , Jiri Pirko , David Miller , Linux Kernel Network Developers , kernel@mojatatu.com, David Ahern To: Alexander Aring Return-path: Received: from mail-pg0-f68.google.com ([74.125.83.68]:36894 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750832AbeAPXAn (ORCPT ); Tue, 16 Jan 2018 18:00:43 -0500 Received: by mail-pg0-f68.google.com with SMTP id z17so10257568pgc.4 for ; Tue, 16 Jan 2018 15:00:43 -0800 (PST) In-Reply-To: <20180116172027.22128-9-aring@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jan 16, 2018 at 9:20 AM, Alexander Aring wrote: > - if (root_ht == ht) > + if (root_ht == ht) { > + NL_SET_ERR_MSG(extack, "Not allowd to delete root node"); s/allowd/allowed/