[PATCH] reformat_with_checkpatch: Add automation to checkpatch
From: gregkh@linuxfoundation.org (Greg KH)
Date: 2014-07-12 02:11:04
Also in:
kernel-janitors, lkml
From: gregkh@linuxfoundation.org (Greg KH)
Date: 2014-07-12 02:11:04
Also in:
kernel-janitors, lkml
On Fri, Jul 11, 2014 at 06:57:24PM -0700, Joe Perches wrote:
On Fri, 2014-07-11 at 18:53 -0700, Greg KH wrote:quoted
On Fri, Jul 11, 2014 at 06:21:27PM -0700, Joe Perches wrote:quoted
A simple script to run checkpatch --fix for various types of of cleanups.[]quoted
Anyway, try running this script on drivers/staging/lustre/lnet/lnet/acceptor.c to see how this build fails.lustre doesn't use "normal" kernel makefiles.
Well, it does, it just has a: subdir-ccflags-y := -I$(src)/include/ line in drivers/staging/lustre/Makefile that messes up making .o files in subdirectories. I'll go fix that include file mess up now to be able to remove that line so the the .o file building will work. thanks, greg k-h