From: Parker Newman <parker@finest.io>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>,
linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org
Cc: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>,
"Parker Newman" <pnewman@connecttech.com>
Subject: Re: [PATCH v2 0/4] serial: exar: fix kbuild warnings and code style
Date: Thu, 2 May 2024 12:18:09 -0400 [thread overview]
Message-ID: <20240502121809.30491a67@SWDEV2.connecttech.local> (raw)
In-Reply-To: <cover.1713533298.git.pnewman@connecttech.com>
On Fri, 19 Apr 2024 10:17:00 -0400
Parker Newman <parker@finest.io> wrote:
> From: Parker Newman <pnewman@connecttech.com>
>
> This is a series of small patches fixing kbuilds error and code style
> issues based on feedback during review of main patches.
>
> Original patches thread:
> Link: https://lore.kernel.org/linux-serial/cover.1713382717.git.pnewman@connecttech.com/
>
These patches should not be required anymore. Andy Shevchenko has
submitted a more comprehensive clean up patch set that makes this
set unneeded.
Link: https://lore.kernel.org/linux-serial/20240502144626.2716994-1-andriy.shevchenko@linux.intel.com/
Thanks,
Parker
> Parker Newman (4):
> serial: exar: add missing kernel doc function parameters
> serial: exar: use return dev_err_probe instead of returning error code
> serial: exar: return bool from exar_ee_read_bit()
> serial: exar: remove ternaries from
> cti_get_port_type_xr17c15x_xr17v25x()
>
> drivers/tty/serial/8250/8250_exar.c | 36 ++++++++++++++---------------
> 1 file changed, 18 insertions(+), 18 deletions(-)
>
>
> base-commit: c6795fbffc4547b40933ec368200bd4926a41b44
> --
> 2.43.2
>
next prev parent reply other threads:[~2024-05-02 16:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-19 14:17 [PATCH v2 0/4] serial: exar: fix kbuild warnings and code style Parker Newman
2024-04-19 14:17 ` [PATCH v2 1/4] serial: exar: add missing kernel doc function parameters Parker Newman
2024-04-19 14:17 ` [PATCH v2 2/4] serial: exar: use return dev_err_probe instead of returning error code Parker Newman
2024-04-19 14:17 ` [PATCH v2 3/4] serial: exar: return bool from exar_ee_read_bit() Parker Newman
2024-04-19 14:17 ` [PATCH v2 4/4] serial: exar: remove ternaries from cti_get_port_type_xr17c15x_xr17v25x() Parker Newman
2024-04-22 6:34 ` Jiri Slaby
2024-05-02 16:18 ` Parker Newman [this message]
2024-05-04 16:01 ` [PATCH v2 0/4] serial: exar: fix kbuild warnings and code style Greg Kroah-Hartman
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=20240502121809.30491a67@SWDEV2.connecttech.local \
--to=parker@finest.io \
--cc=gregkh@linuxfoundation.org \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=pnewman@connecttech.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.