From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Forest Bond <forest@alittletooquiet.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] staging: vt6655: Fix name and return value of CARDbGetCurrentTSF
Date: Sun, 1 May 2022 22:25:29 +0200 [thread overview]
Message-ID: <cover.1651435890.git.philipp.g.hortmann@gmail.com> (raw)
Fix name of the function that uses CamelCase which
is not accepted by checkpatch.pl
Replace unused return value.
Tested with vt6655 on mini PCI Module
Transferred this patch over wlan connection of vt6655
V1 -> V2: Changed function name to include driver name
Updated this patch series from changes of previous one
- Corrected patch: "Added missing BE support in CARDbGetCurrentTSF"
from #ifdef __BIG_ENDIAN to le64_to_cpu()
Philipp Hortmann (2):
staging: vt6655: Rename function CARDbGetCurrentTSF
staging vt6655: Replace unused return value of vt6655_get_current_tsf
drivers/staging/vt6655/card.c | 20 +++++++++-----------
drivers/staging/vt6655/card.h | 2 +-
drivers/staging/vt6655/device_main.c | 2 +-
3 files changed, 11 insertions(+), 13 deletions(-)
--
2.25.1
next reply other threads:[~2022-05-01 20:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-01 20:25 Philipp Hortmann [this message]
2022-05-01 20:25 ` [PATCH v2 1/2] staging: vt6655: Rename function CARDbGetCurrentTSF Philipp Hortmann
2022-05-01 20:25 ` [PATCH v2 2/2] staging vt6655: Replace unused return value of vt6655_get_current_tsf Philipp Hortmann
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=cover.1651435890.git.philipp.g.hortmann@gmail.com \
--to=philipp.g.hortmann@gmail.com \
--cc=forest@alittletooquiet.net \
--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