[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191024212941.28149-1-samuil.ivanovbg@gmail.com>
Date: Fri, 25 Oct 2019 00:29:38 +0300
From: Samuil Ivanov <samuil.ivanovbg@...il.com>
To: gregkh@...uxfoundation.org, manishc@...vell.com,
GR-Linux-NIC-Dev@...vell.com
Cc: samuil.ivanovbg@...il.com, netdev@...r.kernel.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Staging: qlge: Rename of function prefix ql_ to qlge_
In terms of namespace, the driver uses either qlge_, ql_ (used by
other qlogic drivers, with clashes, ex: ql_sem_spinlock) or nothing (with
clashes, ex: struct ob_mac_iocb_req). Rename everything to use the "qlge_"
prefix.
So I renamed three functions to the prefered namespace "qlge",
and updated the occurrences in the driver.
Samuil Ivanov (3):
Staging: qlge: Rename prefix of a function to qlge
Staging: qlge: Rename prefix of a function to qlge
Staging: qlge: Rename prefix of a function to qlge
drivers/staging/qlge/qlge.h | 6 +++---
drivers/staging/qlge/qlge_dbg.c | 4 ++--
drivers/staging/qlge/qlge_main.c | 2 +-
drivers/staging/qlge/qlge_mpi.c | 12 ++++++------
4 files changed, 12 insertions(+), 12 deletions(-)
--
2.17.1
Powered by blists - more mailing lists