From patchwork Fri Oct 1 15:06:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ido Schimmel X-Patchwork-Id: 12530817 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A290C433EF for ; Fri, 1 Oct 2021 15:06:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 425AB611C0 for ; Fri, 1 Oct 2021 15:06:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1354952AbhJAPIk (ORCPT ); Fri, 1 Oct 2021 11:08:40 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:59239 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1354960AbhJAPIe (ORCPT ); Fri, 1 Oct 2021 11:08:34 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 1BC805C0114; Fri, 1 Oct 2021 11:06:49 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Fri, 01 Oct 2021 11:06:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=lCls8i3KAYw3ql8aF cCBXPnboZFa/9TzLHUnZfZ9+qk=; b=ROx7Mbq8iuDxGsWUM5WuS2HdvQtmR8/N9 P7LhBVSBOUeKH98iLbn0mNzmDWoNuFLCHl/WqnYIQRptutYmf92rLA12tl41DceM ZaoY3GhcNWM7eABYnvBarFzr1kluBhNF51/tzF/W4Yu5dywXVVpDp60wb30S4e5q eV1phQEnT9nNf9p7pTh32UXICCrwt+zTT9l7E1Pc2EW/8yjsmSydmCtTBpOczFy/ NGoTSfzZNqgCMwLX5KJZ0oeb1po/Kj8xmZ41a7juP49ONO6+KPLBXVCvPKBDyL7e K7SVywtVkqfGNq2JKhPimWMMB5n0XDvuvTVNHF3vbK+MTXUneG2Yg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrudekiedgkedtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepkfguohcuufgthhhimhhmvghluceoihguohhstghhsehiughoshgt hhdrohhrgheqnecuggftrfgrthhtvghrnhepteevgefhvefggfffkeeuffeuvdfhueehhe etffeikeegheevfedvgeelvdffudfhnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepihguohhstghhsehiughoshgthhdrohhrgh X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 1 Oct 2021 11:06:46 -0400 (EDT) From: Ido Schimmel To: netdev@vger.kernel.org Cc: mkubecek@suse.cz, popadrian1996@gmail.com, mlxsw@nvidia.com, Ido Schimmel Subject: [PATCH ethtool-next v2 0/7] ethtool: Small EEPROM changes Date: Fri, 1 Oct 2021 18:06:20 +0300 Message-Id: <20211001150627.1353209-1-idosch@idosch.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org X-Patchwork-Delegate: mkubecek+ethtool@suse.cz From: Ido Schimmel This patchset contains small patches for various issues I noticed while working on the module EEPROM parsing code. v2: * Patch #1: Do not assume the CLEI code is NULL terminated Ido Schimmel (7): cmis: Fix CLEI code parsing cmis: Fix wrong define name cmis: Correct comment sff-8636: Remove incorrect comment sff-8636: Fix incorrect function name sff-8636: Convert if statement to switch-case sff-8636: Remove extra blank lines cmis.c | 12 +++++++----- cmis.h | 6 +++--- qsfp.c | 18 +++++++++--------- 3 files changed, 19 insertions(+), 17 deletions(-)