Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753541Ab2KAHKy (ORCPT ); Thu, 1 Nov 2012 03:10:54 -0400 Received: from perches-mx.perches.com ([206.117.179.246]:55171 "EHLO labridge.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753329Ab2KAHKx (ORCPT ); Thu, 1 Nov 2012 03:10:53 -0400 From: Joe Perches To: Andrew Morton Cc: Adil Mujeeb , Pavel Machek , linux-kernel@vger.kernel.org Subject: [PATCH V2 0/3] checkpatch: Add support for floating point constants Date: Thu, 1 Nov 2012 00:10:38 -0700 Message-Id: X-Mailer: git-send-email 1.7.8.112.g3fd21 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 713 Lines: 21 The kernel doesn't support them though. v2: Make it clearer that checkpatch understands floating point constants Support floating point hex constants too Joe Perches (3): checkpatch: Find hex constants as a single IDENT checkpatch: Add support for floating point constants checkpatch: Emit an warning when floating point values are used scripts/checkpatch.pl | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) -- 1.7.8.112.g3fd21 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/