From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751613AbbCNFZ5 (ORCPT ); Sat, 14 Mar 2015 01:25:57 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:32974 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750748AbbCNFZz (ORCPT ); Sat, 14 Mar 2015 01:25:55 -0400 Message-ID: <5503C65F.4030000@gmail.com> Date: Fri, 13 Mar 2015 22:25:51 -0700 From: Frank Rowand Reply-To: frowand.list@gmail.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Grant Likely , Rob Herring , Linux Kernel list , "devicetree@vger.kernel.org" Subject: [Patch 0/5] dt: unittest: fix breakage and warnings Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Running checkpatch on early versions of my patchset to fix the devicetree make dependency issues exposed a large number of warnings, including some that are actual bugs. http://lkml.iu.edu/hypermail/linux/kernel/1503.1/03335.html These patches fix those bugs, and another bug exposed by fixing those bugs. As a result, the number of tests completed increased from 102 to 107. Since I was already poking around, I fixed a few classes of checkpatch warnings. There are still plenty of warnings, but the noise is greatly reduced and future checkpatch warnings that are problems should stand out more clearly.