Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1451605

Re: [PATCH] checkpatch: check signoff when reading stdin

From Joe Perches <joe@perches.com>
Newsgroups linux.kernel
Subject Re: [PATCH] checkpatch: check signoff when reading stdin
Date 2016-07-28 02:50 +0200
Message-ID <rZHGq-70S-3@gated-at.bofh.it> (permalink)
References <rZG7D-62u-29@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


> This change causes checkpatch to check for a missing signoff line, even
> if the filename is '-', as in the first variation of the command.

I think this is not a great idea because the most likely
use case is piping git diff output ala:

$ git diff <some_path> | ./scripts/checkpatch.pl -

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] checkpatch: check signoff when reading stdin Allen Hubbe <allenbh@gmail.com> - 2016-07-28 01:10 +0200
  Re: [PATCH] checkpatch: check signoff when reading stdin Joe Perches <joe@perches.com> - 2016-07-28 02:50 +0200
    Re: [PATCH] checkpatch: check signoff when reading stdin Allen Hubbe <allenbh@gmail.com> - 2016-07-29 16:50 +0200
      Re: [PATCH] checkpatch: check signoff when reading stdin Joe Perches <joe@perches.com> - 2016-07-29 17:40 +0200
  [PATCH v2] checkpatch: check signoff when reading stdin Allen Hubbe <allenbh@gmail.com> - 2016-07-28 04:00 +0200

csiph-web