Hi,
This series seems to have some coding style problems. See output below for
more information:
Type: series
Message-id: 1521476567-21818-1-git-send-email-suhan...@mails.ucas.ac.cn
Subject: [Qemu-devel] [PATCH RFC v2] scripts/checkpatch.pl: Bug fix
=== TEST SCRIPT BEGIN ===
#!/bin/bash
BASE
Commit 2b9aef6fcd96ba7ed8c1ee723e391901852d344c introduced a regression:
checkpatch.pl started complaining about the following valid pattern:
do {
/* something */
} while (condition);
Fix the script to once again permit this pattern.
---
v1: fix bug.
v2: correct inappropriate patch descripti