diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-19 14:36:07 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-07-19 14:36:07 +0200 |
| commit | 572d0e278d7804a37234f2ad469bf25ee16f7e80 (patch) | |
| tree | 338d86aaa5bb6a92040843364f236fbdcf6dc1c7 /d13.patch | |
| parent | 946fc389715265f4d57343469ed56d6166efcbd5 (diff) | |
| download | patches-572d0e278d7804a37234f2ad469bf25ee16f7e80.tar.gz | |
add metadata to the d??.patch files
Diffstat (limited to 'd13.patch')
| -rw-r--r-- | d13.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/d13.patch b/d13.patch index 548251452cb571..eddd0c81601e3c 100644 --- a/d13.patch +++ b/d13.patch @@ -1,3 +1,18 @@ +From foo@baz Wed Jul 19 14:30:27 CEST 2017 +Date: Wed, 19 Jul 2017 14:30:27 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: fbdev: uvesafb: remove DRIVER_ATTR() usage + +It's better to be explicit and use the DRIVER_ATTR_RW() macro when +defining a driver's sysfs file. Bonus is this fixes up a checkpatch.pl +warning. + +This is part of a series to drop DRIVER_ATTR() from the tree entirely. + +Cc: Michal Januszewski <spock@gentoo.org> +Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/video/fbdev/uvesafb.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) |
