| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2018-11-29 | 16 | -16/+16 |
| | | | | | | | | | | | | | | | This was entirely automated, using the script by Al: PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>' sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \ $(git grep -l "$PATT"|grep -v ^include/linux/uaccess.h) to do the replacement at the end of the merge window. Requested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Moyster <oysterized@gmail.com> | ||||
| * | misc: replace __FUNCTION__ by __function__ | Moyster | 2017-09-23 | 16 | -80/+80 |
| | | | | | | result of : git grep -l '__FUNCTION__' | xargs sed -i 's/__FUNCTION__/__func__/g' | ||||
| * | sensor: fix memory leak issue | hongxu.zhao | 2017-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | [Detail] dat initialize to 0 [Solution] Change-Id: Ib539e9624b1b8153eda8dd8f7ce55cb67052be59 CR-Id: ALPS03288635 Feature: Others Signed-off-by: hongxu.zhao <hongxu.zhao@mediatek.com> (cherry picked from commit ba50a5f9d3254520dda3a70db87a35401e4e14ac) | ||||
| * | first commit | Meizu OpenSource | 2016-08-15 | 50 | -0/+35093 |
