diff mbox series

[v1,1/1] checkpatch.conf: ignore PREFER_PRINTF, PREFER_SCANF

Message ID 1494903606-1603-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/1] checkpatch.conf: ignore PREFER_PRINTF, PREFER_SCANF | expand

Commit Message

Github ODP bot May 16, 2017, 3 a.m. UTC
From: Yi He <yi.he@linaro.org>


This is not the kernel, ignore these preferences

Signed-off-by: Yi He <yi.he@linaro.org>

---
/** Email created from pull request 30 (heyi-linaro:checkpatch-format)
 ** https://github.com/Linaro/odp/pull/30
 ** Patch: https://github.com/Linaro/odp/pull/30.patch
 ** Base sha: 160f71a48b5891b49a84cc849f08c1ff99d26b3f
 ** Merge commit sha: 0fdf499e765dcbc33010464f6c1cecac4e4ea052
 **/
 .checkpatch.conf | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bill Fischofer May 16, 2017, 12:43 p.m. UTC | #1
On Mon, May 15, 2017 at 10:00 PM, Github ODP bot <odpbot@yandex.ru> wrote:
> From: Yi He <yi.he@linaro.org>


Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org>


>

> This is not the kernel, ignore these preferences

>

> Signed-off-by: Yi He <yi.he@linaro.org>

> ---

> /** Email created from pull request 30 (heyi-linaro:checkpatch-format)

>  ** https://github.com/Linaro/odp/pull/30

>  ** Patch: https://github.com/Linaro/odp/pull/30.patch

>  ** Base sha: 160f71a48b5891b49a84cc849f08c1ff99d26b3f

>  ** Merge commit sha: 0fdf499e765dcbc33010464f6c1cecac4e4ea052

>  **/

>  .checkpatch.conf | 2 ++

>  1 file changed, 2 insertions(+)

>

> diff --git a/.checkpatch.conf b/.checkpatch.conf

> index 1e7d663..043551a 100644

> --- a/.checkpatch.conf

> +++ b/.checkpatch.conf

> @@ -6,5 +6,7 @@

>  --ignore=DEPRECATED_VARIABLE

>  --ignore=COMPARISON_TO_NULL

>  --ignore=BIT_MACRO

> +--ignore=PREFER_PRINTF

> +--ignore=PREFER_SCANF

>  --codespell

>  --codespellfile=/usr/share/codespell/dictionary.txt

>
diff mbox series

Patch

diff --git a/.checkpatch.conf b/.checkpatch.conf
index 1e7d663..043551a 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -6,5 +6,7 @@ 
 --ignore=DEPRECATED_VARIABLE
 --ignore=COMPARISON_TO_NULL
 --ignore=BIT_MACRO
+--ignore=PREFER_PRINTF
+--ignore=PREFER_SCANF
 --codespell
 --codespellfile=/usr/share/codespell/dictionary.txt