mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Philipp Hortmann <philipp.g.hortmann@gmail.com>
To: Tanjuate Brunostar <tanjubrunostar0@gmail.com>,
	linux-kernel@vger.kernel.org
Cc: gregkh@linuxfoundation.org, linux-staging@lists.linux.dev,
	outreachy@lists.linux.dev
Subject: Re: [PATCH v6 1/6] staging: vt6655: fix lines ending in a '('
Date: Fri, 28 Oct 2022 07:55:35 +0200	[thread overview]
Message-ID: <0f50dd24-aaab-d7ad-858a-694f1d14dce5@gmail.com> (raw)
In-Reply-To: <6742e42999e05ddf09318a0a3bda9ce23b6ae562.1666849707.git.tanjubrunostar0@gmail.com>

On 10/27/22 11:05, Tanjuate Brunostar wrote:
> fix serveral checkpatch errors related to lines ending with a '(' by
> refactoring the code lines

Patch series coverletter is missing or the wrong one was send.

[PATCH v6 1_6] staging_ vt6655_ fix lines ending in a '('-4646.txt
WARNING: 'serveral' may be misspelled - perhaps 'several'?
#7:
fix serveral checkpatch errors related to lines ending with a '(' by
     ^^^^^^^^

  parent reply	other threads:[~2022-10-28  5:55 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-27  6:01 [PATCH v5 0/6] staging: vt6655: a series of checkpatch fixes on the file: rxtx.c Tanjuate Brunostar
2022-10-27  6:01 ` [PATCH v5 1/6] staging: vt6655: fix lines ending in a '(' Tanjuate Brunostar
2022-10-27  8:59   ` Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 " Tanjuate Brunostar
2022-10-27  9:20   ` [PATCH v5 " Greg KH
2022-10-28  5:55   ` Philipp Hortmann [this message]
2022-10-28  6:39   ` [PATCH v7 1/6] staging: vt6655: fix lines of code " Tanjuate Brunostar
2022-10-28 14:57   ` Philipp Hortmann
2022-10-28 16:42     ` Tanju Brunostar
2022-10-28 17:52   ` Alison Schofield
2022-10-28 17:59     ` Tanju Brunostar
2022-10-27  6:01 ` [PATCH v5 2/6] staging: vt6655: refactor code in s_uGetRTSCTSDuration Tanjuate Brunostar
2022-10-27  6:37   ` Greg KH
2022-10-27  8:59   ` Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 " Tanjuate Brunostar
2022-10-27  9:19   ` [PATCH v5 " Greg KH
2022-10-27 13:09     ` Tanju Brunostar
2022-10-27 14:50       ` Greg KH
2022-10-28  6:39   ` [PATCH v7 2/6] staging: vt6655: split code lines " Tanjuate Brunostar
2022-10-27  6:01 ` [PATCH v5 3/6] staging: vt6655: refactor code in s_uFillDataHead Tanjuate Brunostar
2022-10-27  8:59   ` Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 " Tanjuate Brunostar
2022-10-28  6:39   ` [PATCH v7 3/6] staging: vt6655: split long lines of " Tanjuate Brunostar
2022-10-27  6:01 ` [PATCH v5 4/6] staging: vt6655: refactor code in s_vGenerateTxParameter Tanjuate Brunostar
2022-10-27  8:59   ` Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 " Tanjuate Brunostar
2022-10-28  6:39   ` [PATCH v7 4/6] staging: vt6655: split long lines of " Tanjuate Brunostar
2022-10-27  6:01 ` [PATCH v5 5/6] staging: vt6655: refactor code in the rest of the file Tanjuate Brunostar
2022-10-27  8:59   ` Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 " Tanjuate Brunostar
2022-10-28  6:39   ` [PATCH v7 5/6] staging: vt6655: split long lines of code in " Tanjuate Brunostar
2022-10-27  6:01 ` [PATCH v5 6/6] staging: vt6655: refactor code to avoid a line ending in '(' Tanjuate Brunostar
2022-10-27  8:59   ` Tanjuate Brunostar
2022-10-27  9:05   ` [PATCH v6 " Tanjuate Brunostar
2022-10-28  6:39   ` [PATCH v7 6/6] staging: vt6655: fix lines of code ending in a '(' Tanjuate Brunostar
2022-10-28 17:40   ` Tanjuate Brunostar
2022-10-27  8:59 ` [PATCH v5 0/6] staging: vt6655: a series of checkpatch fixes on the file: rxtx.c Tanjuate Brunostar
2022-10-27  9:05 ` Tanjuate Brunostar
2022-10-28  6:34 ` Tanjuate Brunostar

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=0f50dd24-aaab-d7ad-858a-694f1d14dce5@gmail.com \
    --to=philipp.g.hortmann@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=outreachy@lists.linux.dev \
    --cc=tanjubrunostar0@gmail.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 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®