summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-04rtc: rtc-at91rm9200: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-04rtc: rtc-at32ap700x: remove unnecessary platform_set_drvdata()Jingoo Han1-15/+5
2013-07-04rtc: rtc-ab8500: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-07-04rtc: rtc-ab3100: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-04rtc: rtc-88pm860x: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-04drivers/rtc/rtc-x1205.c: fix checkpatch issuesSachin Kamat1-13/+20
2013-07-04drivers/rtc/rtc-vr41xx.c: fix spacing issuesSachin Kamat1-5/+5
2013-07-04drivers/rtc/rtc-v3020.c: fix spacing issuesSachin Kamat1-7/+7
2013-07-04drivers/rtc/rtc-rs5c313.c: fix spacing related issuesSachin Kamat1-8/+8
2013-07-04drivers/rtc/rtc-rs5c313.c: include <linux/io.h> instead of <asm/io.h>Sachin Kamat1-1/+1
2013-07-04drivers/rtc/rtc-pcf8583.c: move assignment outside if conditionSachin Kamat1-1/+2
2013-07-04drivers/rtc/rtc-pcf2123.c: remove space before tabsSachin Kamat1-5/+5
2013-07-04drivers/rtc/rtc-omap.c: include <linux/io.h> instead of <asm/io.h>Sachin Kamat1-3/+1
2013-07-04drivers/rtc/rtc-mxc.c: fix checkpatch errorSachin Kamat1-1/+1
2013-07-04drivers/rtc/rtc-msm6242.c: use pr_warnSachin Kamat1-2/+2
2013-07-04drivers/rtc/rtc-mpc5121.c: remove space before tabSachin Kamat1-1/+1
2013-07-04drivers/rtc/rtc-max8997.c: remove space before semicolonSachin Kamat1-1/+1
2013-07-04drivers/rtc/rtc-max77686.c: remove space before semicolonSachin Kamat1-1/+1
2013-07-04drivers/rtc/rtc-max6902.c: remove unwanted spacesSachin Kamat1-3/+3
2013-07-04drivers/rtc/rtc-m41t80.c: fix spacing related issueSachin Kamat1-1/+1
2013-07-04drivers/rtc/rtc-fm3130.c: fix whitespace related issueSachin Kamat1-1/+1
2013-07-04drivers/rtc/rtc-ds3234.c: fix whitespace issueSachin Kamat1-1/+1
2013-07-04drivers/rtc/rtc-ds1511.c: fix issues related to spaces and bracesSachin Kamat1-49/+44
2013-07-04drivers/rtc/rtc-ds1374.c: fix spacing related issuesSachin Kamat1-6/+5
2013-07-04drivers/rtc/rtc-ds1305.c: add missing braces around sizeofSachin Kamat1-16/+16
2013-07-04drivers/rtc/rtc-davinci.c: fix whitespace warningSachin Kamat1-1/+1
2013-07-04drivers/rtc/rtc-cmos.c: fix whitespace related errorsSachin Kamat1-3/+3
2013-07-04drivers/rtc/rtc-at91rm9200.c: include <linux/uaccess.h>Sachin Kamat1-2/+1
2013-07-04drivers/rtc/rtc-at32ap700x.c: fix checkpatch errorSachin Kamat1-1/+1
2013-07-04drivers/rtc/interface.c: fix checkpatch errorsSachin Kamat1-9/+9
2013-07-04drivers/rtc/rtc-v3020.c: remove redundant gotoSachin Kamat1-2/+2
2013-07-04rtc: rtc-88pm80x: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-07-04kprobes: handle empty/invalid input to debugfs "enabled" fileMathias Krause1-0/+3
2013-07-04insert missing space in printk line of root_delayToralf Förster1-1/+1
2013-07-04init: remove permanent string buffer from do_one_initcall()Steven Rostedt1-2/+1
2013-07-04checkpatch: cache last camelcase hash as .checkpatch-camelcase.<commit>Joe Perches1-0/+26
2013-07-04checkpatch: allow longer logging function namesJacob Keller1-1/+1
2013-07-04checkpatch: ignore existing CamelCase uses from include/...Joe Perches1-7/+50
2013-07-04checkpatch: ignore SI unit CamelCase variants like "_uV"Joe Perches1-0/+3
2013-07-04checkpatch: move test for space before semicolon after operator spacingJoe Perches1-10/+10
2013-07-04checkpatch: create an EXPERIMENTAL --fix option to correct patchesJoe Perches1-88/+354
2013-07-04checkpatch: improve "no space after cast" testJoe Perches1-2/+3
2013-07-04checkpatch: add a --strict test for comparison to true/falseJoe Perches1-0/+27
2013-07-04checkpatch: don't warn on blank lines before/after braces as oftenJoe Perches1-2/+2
2013-07-04checkpatch: add a placeholder to check blank lines before declarationsJoe Perches1-0/+8
2013-07-04checkpatch: reduce false positive rate of "complex macros"Joe Perches1-1/+1
2013-07-04checkpatch: warn on comparisons to get_jiffies_64()Joe Perches1-0/+6
2013-07-04checkpatch: warn on comparisons to jiffiesJoe Perches1-0/+6
2013-07-04checkpatch: warn when networking block comment lines don't start with *Joe Perches1-0/+8
2013-07-04checkpatch: improve network block comment test and messageJoe Perches1-2/+2