From: Michael Rubin <matchstick@neverthere.org>
To: gregkh@linuxfoundation.org, dpenkler@gmail.com
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org,
Michael Rubin <matchstick@neverthere.org>
Subject: [Patch v1 3/6] staging: gpib: Removing function osSendEOI
Date: Wed, 9 Apr 2025 06:39:01 +0000 [thread overview]
Message-ID: <20250409063904.342292-4-matchstick@neverthere.org> (raw)
In-Reply-To: <20250409063904.342292-1-matchstick@neverthere.org>
Reported by checkpatch.pl as CamelCase where function is undefined.
CHECK: Avoid CamelCase: <osSendEOI>
Removing undefined function which appears twice.
Signed-off-by: Michael Rubin <matchstick@neverthere.org>
---
drivers/staging/gpib/include/gpib_proto.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/gpib/include/gpib_proto.h b/drivers/staging/gpib/include/gpib_proto.h
index 0b32404d699c..247a73846cfc 100644
--- a/drivers/staging/gpib/include/gpib_proto.h
+++ b/drivers/staging/gpib/include/gpib_proto.h
@@ -10,8 +10,6 @@ int ibclose(struct inode *inode, struct file *file);
long ibioctl(struct file *filep, unsigned int cmd, unsigned long arg);
void os_start_timer(struct gpib_board *board, unsigned int usec_timeout);
void os_remove_timer(struct gpib_board *board);
-void osSendEOI(void);
-void osSendEOI(void);
void init_gpib_board(struct gpib_board *board);
static inline unsigned long usec_to_jiffies(unsigned int usec)
{
--
2.43.0
next prev parent reply other threads:[~2025-04-09 6:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-09 6:38 [Patch v1 0/6] staging: gpib: Removing undefined CamelCase functions Michael Rubin
2025-04-09 6:38 ` [Patch v1 1/6] staging: gpib: Removing function osInit Michael Rubin
2025-04-09 6:39 ` [Patch v1 2/6] staging: gpib: Removing function osReset Michael Rubin
2025-04-09 6:39 ` Michael Rubin [this message]
2025-04-09 6:39 ` [Patch v1 4/6] staging: gpib: Removing function ibAPWait Michael Rubin
2025-04-09 6:39 ` [Patch v1 5/6] staging: gpib: Removing function ibaPrsp Michael Rubin
2025-04-09 6:39 ` [Patch v1 6/6] staging: gpib: Removing function ibAPE Michael Rubin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250409063904.342292-4-matchstick@neverthere.org \
--to=matchstick@neverthere.org \
--cc=dpenkler@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®