From patchwork Sun Feb 17 13:21:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leon Romanovsky X-Patchwork-Id: 1043655 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="oMGirsl7"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 442SM46X20z9rxp for ; Mon, 18 Feb 2019 00:21:36 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727761AbfBQNVe (ORCPT ); Sun, 17 Feb 2019 08:21:34 -0500 Received: from mail.kernel.org ([198.145.29.99]:46574 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726370AbfBQNVd (ORCPT ); Sun, 17 Feb 2019 08:21:33 -0500 Received: from localhost (unknown [193.47.165.251]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8553A2192C; Sun, 17 Feb 2019 13:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550409693; bh=nU5/XPL2mLqDJb/VWJnIatFaEgoa8S1Yhgm/qbJOo80=; h=From:To:Cc:Subject:Date:From; b=oMGirsl7ZoThCZ14stNSbHPZnM/WQpqAUi56LYJ5tfP+gl/p3QQXkonCnlBSrTlW7 Ai0mJio5B5HoUKTRP77EKpDRt3HhGrSyDJzFtKFqIBt0Jx0ZJ1VVWiCi0TWWdGBDhS pySujgNQHmDJiCQUe4k+4sLV8IzQ90HWVvZSF7iE= From: Leon Romanovsky To: Saeed Mahameed , "David S . Miller" Cc: Leon Romanovsky , RDMA mailing list , Eyal Davidovich , linux-netdev Subject: [PATCH net-next 0/2] Fix W=1 compilation warnings Date: Sun, 17 Feb 2019 15:21:26 +0200 Message-Id: <20190217132128.9709-1-leon@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Leon Romanovsky Hi Saeed, This short series fixes two small compilation warnings which are visible while compiling with W=1. Thanks Leon Romanovsky (2): net/mlx5e: Add missing static function annotation net/mlx5: Delete unused FPGA QPN variable drivers/net/ethernet/mellanox/mlx5/core/en/monitor_stats.c | 2 +- drivers/net/ethernet/mellanox/mlx5/core/fpga/core.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) --- 2.19.1