Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp2693215ybp; Thu, 10 Oct 2019 11:08:18 -0700 (PDT) X-Google-Smtp-Source: APXvYqwERSXWNOI0IUrh9fzNlXg2D3DiTrb2/Inup4i+A2hmvq8nHQQ/GvlxPN6S5m7coIr5Tas2 X-Received: by 2002:aa7:d3ca:: with SMTP id o10mr9448877edr.279.1570730898752; Thu, 10 Oct 2019 11:08:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570730898; cv=none; d=google.com; s=arc-20160816; b=vAMGIuQqWskFjzqIkrQdK2Na+xxo1yZGgKhp4dxPOa9ghJ8dRQjfFfEf+Wny8ohbJJ 8hhUSXryqHVCJpaj0PxtNkFcCnEVlWGOVRNERgnee50LqEUQzkoSFgGeNh9SPrqZiEzD CIUCnRv+ihkP+6JR+yKHhwdincHyNavn0klmOtvpDFFs72l3UZCgO1R70uchMfBrd1b9 Gmj2CmlFI0SIOcCrRTd5ul9R4UvcGHhY0nfdqm8gV8kYgL5c8Je1r2knxi1ytIKm3wiP mVLPECyK0n/7MaMS+7/LZ0h0w7pQbZJ+6Fc+1EalVYqW89RNngxvLflY/tdgTZrZU6Pr TBRg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=kSWLK/Ucsq+zZH9MZQEcDdxzrcZnjMdeAWl62HMGKyI=; b=WP2tY3aatXCb+tn5fpvaYSWq/2G4BRJbXOsk8XQrE8rWCXM+0fc7+oQmPQkdL8Gqa6 ++VsQerTLFl+Z91depkx1egwZ2cv1mjkX84VHbRc5nZQRZVprguRfvSaELYJR+F+NwH7 r9PlSWmiZYes6sVKKSRe0JZdmQrrfGFJ+XIAv6MV3dQ2M4dl7qjFWdcg/BJ+g6RAxskE B74dG5G+K2CZMuYhWVLvpIsAoCpJL+pIBz0hcNc+h/Y/fmbHOXVjOH9K9rilHYApmr73 QOvzdS/2aiabJ97nBqHJ2erXdi4X/BM0IcpegzXt2o7K/UiLPzwWig6uHj0WboAbOmgO hBAQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g1si3512253ejo.82.2019.10.10.11.07.54; Thu, 10 Oct 2019 11:08:18 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726930AbfJJSFE (ORCPT + 99 others); Thu, 10 Oct 2019 14:05:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:36952 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726323AbfJJSFD (ORCPT ); Thu, 10 Oct 2019 14:05:03 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 0C276AD6F; Thu, 10 Oct 2019 18:05:02 +0000 (UTC) Received: by unicorn.suse.cz (Postfix, from userid 1000) id 8D1D8E378C; Thu, 10 Oct 2019 20:05:01 +0200 (CEST) Date: Thu, 10 Oct 2019 20:05:01 +0200 From: Michal Kubecek To: netdev@vger.kernel.org Cc: Jiri Pirko , David Miller , Jakub Kicinski , Andrew Lunn , Florian Fainelli , John Linville , Stephen Hemminger , Johannes Berg , linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v7 10/17] ethtool: provide string sets with STRSET_GET request Message-ID: <20191010180501.GE22163@unicorn.suse.cz> References: <62cb4c137ea6cf675671920de901847d1d083db1.1570654310.git.mkubecek@suse.cz> <20191010135917.GK2223@nanopsycho> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191010135917.GK2223@nanopsycho> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 10, 2019 at 03:59:17PM +0200, Jiri Pirko wrote: > Wed, Oct 09, 2019 at 10:59:30PM CEST, mkubecek@suse.cz wrote: > > [...] > > >+const struct get_request_ops strset_request_ops = { > > I think when var is leaving context of single file, it should have > prefix: > ethnl_strset_request_ops OK Michal