Re: [Qemu-devel] [PATCH] checkpatch: allow longer lines for logging functions

2017-03-17 Thread Greg Kurz
On Fri, 17 Mar 2017 03:45:56 -0700 (PDT) no-re...@patchew.org wrote: > Hi, > > This series seems to have some coding style problems. See output below for > more information: > > Message-id: 148974701986.29545.5414999102981738774.stgit@bahia > Subject: [Qemu-devel] [PAT

Re: [Qemu-devel] [PATCH] checkpatch: allow longer lines for logging functions

2017-03-17 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 148974701986.29545.5414999102981738774.stgit@bahia Subject: [Qemu-devel] [PATCH] checkpatch: allow longer lines for logging functions Type: series === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH] checkpatch: allow longer lines for logging functions

2017-03-17 Thread Greg Kurz
Commit f1e155bbf863a removed a bunch of stuff that really don't make sense outside the linux kernel. An exception though is logging functions: it is convenient to be able to grep error messages in the code. For this to work, error strings mustn't be broken down on multiple lines, and therefore are