Re: [PATCH] Staging: media: bcm2048: style fix - bare use of unsigned

2017-01-15 Thread Scott Matheina
> On Jan 15, 2017, at 10:30 PM, Derek Robson wrote: > > Changed bare use of 'unsigned' to the prefered us of 'unsigned int' > found using checkpatch Just wondering if you compiled? This patch looks exactly like a patch I tried, but it didn't compile. > Signed-off-by: Derek Robson > --- > d

[PATCH 1/7] staging:wlan-ng:cfg80211.c Aligned code with open parenthesis

2017-01-11 Thread Scott Matheina
Fixed Alignment should match open parenthesis checkpatch CHECK. Signed-off-by: Scott Matheina --- drivers/staging/wlan-ng/cfg80211.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c index aa0e5a3

[PATCH 3/7] staging:wilc1000:linux_wlan.c Align code to match open parenthesis

2017-01-11 Thread Scott Matheina
Fixes checkpatch CHECK: Alignment should match open parenthesis Signed-off-by: Scott Matheina --- drivers/staging/wilc1000/linux_wlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c index

[PATCH 4/7] staging:wilc1000:wilc_debugfs.c Aligns code to match open parenthesis

2017-01-11 Thread Scott Matheina
Fixes checkpatch CHECK: Alignment should match open parenthesis Signed-off-by: Scott Matheina --- drivers/staging/wilc1000/wilc_debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_debugfs.c b/drivers/staging/wilc1000/wilc_debugfs.c index

[PATCH 5/7] staging:wilc1000:wilc_debugfs.c Removes multiple blank lines

2017-01-11 Thread Scott Matheina
Fixes checkpatch CHECK: Please don't use multiple blank lines Signed-off-by: Scott Matheina --- drivers/staging/wilc1000/wilc_debugfs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_debugfs.c b/drivers/staging/wilc1000/wilc_debugfs.c index 52aac75..7d

[PATCH 6/7] staging:wilc1000:wilc_sdio.c Aligns code match open parenthesis

2017-01-11 Thread Scott Matheina
Fixes checkpatch CHECK: Alignment should match open parenthesis Signed-off-by: Scott Matheina --- drivers/staging/wilc1000/wilc_sdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_sdio.c b/drivers/staging/wilc1000/wilc_sdio.c index 3ad7cec

[PATCH 7/7] staging:wilc1000:wilc_sdio.c Deleted un-needed blank lines

2017-01-11 Thread Scott Matheina
Fixes checkpatch CHECK: Blank lines aren't necessary before a close brace '}' Please don't use multiple blank lines Signed-off-by: Scott Matheina --- drivers/staging/wilc1000/wilc_sdio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/wilc1000/wi

[PATCH 2/7] staging:wilc1000:host_interface.c Added braces {} on else statemement

2017-01-11 Thread Scott Matheina
Fixes checkpatch warning: braces {} should be used on all arms of this statement Signed-off-by: Scott Matheina --- drivers/staging/wilc1000/host_interface.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging

[PATCH] staging:vt6656:mac.c Aligned to match open parenthesis

2017-01-10 Thread Scott Matheina
Fixes checkpatch warning: Alignment should match open parenthesis Signed-off-by: Scott Matheina --- drivers/staging/vt6656/mac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6656/mac.c b/drivers/staging/vt6656/mac.c index 86d98bc..417fdad 100644

[PATCH] staging:vt6656:mac.c Aligned to match open parenthesis

2017-01-10 Thread Scott Matheina
Fixes checkpatch warning: Alignment should match open parenthesis Signed-off-by: Scott Matheina --- drivers/staging/vt6656/mac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6656/mac.c b/drivers/staging/vt6656/mac.c index 86d98bc..417fdad 100644

[PATCH 2/4] staging:vt6656:mac.c Aligned code to match open parenthesis

2017-01-09 Thread Scott Matheina
Fixed Alignment should match open parenthesis checkpatch CHECK Signed-off-by: Scott Matheina --- drivers/staging/vt6656/mac.c | 42 ++ 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/drivers/staging/vt6656/mac.c b/drivers/staging/vt6656

[PATCH 1/4] staging:vt6656:key.c Aligned code with open parenthesis

2017-01-09 Thread Scott Matheina
Fixed Alignment should match open parenthesis checkpatch CHECK Signed-off-by: Scott Matheina --- drivers/staging/vt6656/key.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/vt6656/key.c b/drivers/staging/vt6656/key.c index 0246a8f..cc18cb1

[PATCH 3/4] staging:vt6656:main_usb.c Aligned code to match open parenthesis

2017-01-09 Thread Scott Matheina
Fixed Alignment should match open parenthesis from checkpatch Signed-off-by: Scott Matheina --- drivers/staging/vt6656/main_usb.c | 59 --- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging

[PATCH 4/4] staging:vt6656:main_usb.c Removed un-needed blank lines

2017-01-09 Thread Scott Matheina
Fixed the following checkpatch warnings by deleting blank lines Blank lines aren't necessary before a close brace '}' Blank lines aren't necessary after an open brace '{' Please don't use multiple blank lines Signed-off-by: Scott Matheina --- drivers/staging

[PATCH 2/2] staging:sm750fb:ddk750_chip.c removes un-necessary blank lines

2017-01-09 Thread Scott Matheina
Fixes checkpatch warning - Please don't use multiple blank lines Signed-off-by: Scott Matheina --- drivers/staging/sm750fb/ddk750_chip.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index ec33f1f..9a

[PATCH 1/2] staging:sm750fb:ddk750_chip.c Adds braces to last arm of statement

2017-01-09 Thread Scott Matheina
Fixes absence of braces on last arm of statement, identified by checkpatch Signed-off-by: Scott Matheina --- drivers/staging/sm750fb/ddk750_chip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c

[PATCH 2/2] staging:rtl8192u:r819xU_cmdpkt.c Removes un-necessary blank lines

2017-01-09 Thread Scott Matheina
Fixes checkpatch.pl warning - Blank lines aren't necessary before a close brace '}' & Please don't use multiple blank lines Signed-off-by: Scott Matheina --- drivers/staging/rtl8192u/r819xU_cmdpkt.c | 25 - 1 file changed, 25 deletions(-) diff

[PATCH 1/2] staging:rtl8192u:r819xU_cmdpkt.c Fix Alignment should match open parenthesis

2017-01-09 Thread Scott Matheina
Fixes Alignment should match open parenthesis in checkpatch Signed-off-by: Scott Matheina --- drivers/staging/rtl8192u/r819xU_cmdpkt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.c b/drivers/staging/rtl8192u/r819xU_cmdpkt.c

[PATCH 1/2] staging:media:s5p-cec:exynos_hdmi_cecctrl.c Fixed Alignment should match open parenthesis

2017-01-08 Thread Scott Matheina
Fixed Checkpatch check "Alignment should match open parenthesis" Signed-off-by: Scott Matheina --- drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c b/drive

[PATCH 2/2] staging/media/s5p-cec/exynos_hdmi_cecctrl.c Fixed blank line before closing brace '}'

2017-01-08 Thread Scott Matheina
Fixed checkpatch check blank line before closing brace '}' Signed-off-by: Scott Matheina --- drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c b/drivers/staging/med

[PATCH 2/2] staging:rtl8712 Aligned code with open parenthesis

2017-01-06 Thread Scott Matheina
Aligned code with open parenthesis to fix a checkpatch warning Signed-off-by: Scott Matheina --- drivers/staging/rtl8712/mlme_linux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/rtl8712/mlme_linux.c b/drivers/staging/rtl8712/mlme_linux.c index

[PATCH 1/2] staging:rtl8712: Removed unnecessary parentheses

2017-01-06 Thread Scott Matheina
Removed unnecessary parentheses identified by checkpatch Signed-off-by: Scott Matheina --- drivers/staging/rtl8712/ieee80211.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/ieee80211.c b/drivers/staging/rtl8712/ieee80211.c index 5dc3b5b

[PATCHv2 2/2] staging:rtl8188eu:core Fixes Alignment should match opening brace

2017-01-05 Thread Scott Matheina
Fixed style issue: Alignment should match open brace Signed-off-by: Scott Matheina --- drivers/staging/rtl8188eu/core/rtw_ap.c | 38 - 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging

[PATCHv2 1/2] staging:rwl8188eu:rtw_ap.c remove unnecessary braces

2017-01-05 Thread Scott Matheina
Removed unnecessary braces Signed-off-by: Scott Matheina --- drivers/staging/rtl8188eu/core/rtw_ap.c | 106 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c index

[PATCH 1/2] drivers/staging/rtl8188eu/core/rtw_ap.c un-necessary parenthesis

2017-01-04 Thread Scott Matheina
Fixed coding style issue, un-necessary parenthesis present Signed-off-by: Scott Matheina --- drivers/staging/rtl8188eu/core/rtw_ap.c | 106 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging

[PATCH 2/2] drivers/staging/rtl8188eu/core/rtw_ap.c Alignment should match open parenthesis

2017-01-04 Thread Scott Matheina
Fixed style issue: Alignment should match open parenthesis throughout file Signed-off-by: Scott Matheina --- drivers/staging/rtl8188eu/core/rtw_ap.c | 38 - 1 file changed, 18 insertions(+), 20 deletions(-) diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b

[PATCH 0/2] Fixes coding style

2017-01-04 Thread Scott Matheina
The patch series addresses some coding style issues contained within the file. Scott Matheina (2): drivers/staging/rtl8188eu/core/rtw_ap.c un-necessary parenthesis drivers/staging/rtl8188eu/core/rtw_ap.c Alignment should match open parenthesis drivers/staging/rtl8188eu/core/rtw_ap.c

[PATCH] staging:iio:addac Fixes Alignment should match open parenthesis

2017-01-03 Thread Scott Matheina
Fixes style issue where Alignment doesn't match open parenthesis Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316-i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316-i2c.c b/drivers/staging/iio/addac/adt7316-i2c.c

[PATCHv4 7/8] Changed code to align with coding style of using octat

2016-12-25 Thread Scott Matheina
The permmission code was changed to reflect octat (0644/0444) for required permissions. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 264 ++-- 1 file changed, 101 insertions(+), 163 deletions(-) diff --git a/drivers/staging/iio/addac

[PATCHv4 8/8] Fixes style issues due to mis-aligned carry over lines

2016-12-25 Thread Scott Matheina
Lines were not aligned with (, this patch simply changes the indention, no substantive changes function of driver. Signed-Off-By: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 415 ++-- 1 file changed, 210 insertions(+), 205 deletions(-) diff --git a

[PATCHv4 5/8] Remove line after closing braces

2016-12-25 Thread Scott Matheina
There was an additional line which was un-needed, removed that line. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c index e78d302..4678a64 100644

[PATCHv4 6/8] Fixed code wrap alignment with preceding (.

2016-12-25 Thread Scott Matheina
The code wasn't aligned with preceding ( on following lines, fixes this coding style issue. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/drivers/staging/iio/

[PATCHv4 3/8] Fix camel case issues

2016-12-25 Thread Scott Matheina
Cases of camel case were fixed by making variables lower case throughout the file. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/drivers/staging/iio/addac/adt7316

[PATCHv4 4/8] Fix braces not present on all arms of if else statement

2016-12-25 Thread Scott Matheina
Adds braces to second arm of if else statement. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c index 2b584a0..e78d302 100644

[PATCHv4 2/8] Fixed variables not being consistently lower case

2016-12-25 Thread Scott Matheina
Across the file, variables were sometimes upper case, some times lower case, this fix addresses a few of the instances with this inconsistency. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 48 ++--- 1 file changed, 24 insertions(+), 24

[PATCHv4 1/8] fixed long description text exceeding 80 characters

2016-12-25 Thread Scott Matheina
The description was split into 2 lines due to the line greatly exceeding the 80 character soft limit. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers

[PATCHv4 0/8] Checkpatch fixes to driver/staging/iio/addac

2016-12-25 Thread Scott Matheina
*** BLURB HERE *** Scott Matheina (8): fixed long description text exceeding 80 characters Fixed variables not being consistently lower case Fix camel case issues Fix braces not present on all arms of if else statement Remove line after closing braces Fixed code wrap alignment with

[PATCHv4 4/8] Fix braces not present on all arms of if else statement

2016-12-25 Thread Scott Matheina
Adds braces to second arm of if else statement. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c index 2b584a0..e78d302 100644

[PATCHv4 2/8] Fixed variables not being consistently lower case

2016-12-25 Thread Scott Matheina
Across the file, variables were sometimes upper case, some times lower case, this fix addresses a few of the instances with this inconsistency. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 48 ++--- 1 file changed, 24 insertions(+), 24

[PATCHv4 7/8] Changed code to align with coding style of using octat

2016-12-25 Thread Scott Matheina
The permmission code was changed to reflect octat (0644/0444) for required permissions. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 264 ++-- 1 file changed, 101 insertions(+), 163 deletions(-) diff --git a/drivers/staging/iio/addac

[PATCHv4 5/8] Remove line after closing braces

2016-12-25 Thread Scott Matheina
There was an additional line which was un-needed, removed that line. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c index e78d302..4678a64 100644

[PATCHv4 1/8] fixed long description text exceeding 80 characters

2016-12-25 Thread Scott Matheina
The description was split into 2 lines due to the line greatly exceeding the 80 character soft limit. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers

[PATCHv4 0/8] Checkpatch fixes to driver/staging/iio/addac

2016-12-25 Thread Scott Matheina
*** BLURB HERE *** Scott Matheina (8): fixed long description text exceeding 80 characters Fixed variables not being consistently lower case Fix camel case issues Fix braces not present on all arms of if else statement Remove line after closing braces Fixed code wrap alignment with

[PATCHv4 3/8] Fix camel case issues

2016-12-25 Thread Scott Matheina
Cases of camel case were fixed by making variables lower case throughout the file. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 82 ++--- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/drivers/staging/iio/addac/adt7316

[PATCH] fixed spelling error in TODO file for dgnc driver

2016-12-21 Thread Scott Matheina
fixed a missing letter in the TODO file 'unneeded' Signed-off-by: Scott Matheina --- drivers/staging/dgnc/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/dgnc/TODO b/drivers/staging/dgnc/TODO index 0e0825b..6c91bbd 100644 --- a/drivers/staging

Re: [PATCH] indention and space fixes to align with linux style

2016-12-21 Thread Scott Matheina
On 12/20/2016 09:23 PM, Joe Perches wrote: On Tue, 2016-12-20 at 20:58 -0600, Scott Matheina wrote: Fixed indention and space issues to align the code with the linux style guide. [] diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c [] @@ -176,16

Re: [PATCH] indention and space fixes to align with linux style

2016-12-20 Thread Scott Matheina
> On Dec 20, 2016, at 9:23 PM, Joe Perches wrote: > >> On Tue, 2016-12-20 at 20:58 -0600, Scott Matheina wrote: >> Fixed indention and space issues to align the code with the linux style >> guide. > [] >> diff --git a/drivers/staging/iio/addac/adt7316.c >&

[PATCH] indention and space fixes to align with linux style

2016-12-20 Thread Scott Matheina
Fixed indention and space issues to align the code with the linux style guide. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 603 1 file changed, 266 insertions(+), 337 deletions(-) diff --git a/drivers/staging/iio/addac/adt7316.c

[PATCH v3] fix code alignment with open parenthesis

2016-12-20 Thread Scott Matheina
These changes where identified by checkpatch.pl as needed changes to align the code with the linux development coding style. The several lines of text where aligned with the precending parenthesis. Signed-off-by: Scott Matheina --- drivers/staging/fbtft/fb_agm1264k-fl.c | 18

Re: [PATCH v2] fix code alignment with open parenthesis

2016-12-19 Thread Scott Matheina
On 12/19/2016 12:35 AM, Greg KH wrote: On Sun, Dec 18, 2016 at 11:47:30AM -0600, Scott Matheina wrote: These changes where identified by checkpatch.pl as needed changes to align the code with the linux development coding style. The several lines of text where aligned with the precending

Re: [PATCH] fix code alignment with open parenthesis in drivers/staging/fbtft/fb_agm1264k-fl.c

2016-12-18 Thread Scott Matheina
AM, Scott Matheina wrote: On 12/18/2016 01:46 AM, Greg KH wrote: On Sat, Dec 17, 2016 at 08:42:53PM -0600, Scott Matheina wrote: Signed-off-by: Scott Matheina I can't take patches without any changelog text :( Yah. Forgot to add the description. Added for v2. --- drivers/staging/fb

Re: [PATCH] printk: Remove no longer used second struct cont

2016-12-18 Thread Scott Matheina
On 12/15/2016 07:50 PM, Linus Torvalds wrote: On Thu, Dec 15, 2016 at 5:37 PM, Sergey Senozhatsky wrote: basically I'm talking about a bunch of 80-cols fixups. Please don't. Nobody uses a vt100 terminal any more. The 80-column wrapping is excessive, and makes things like "grep" not work as

[PATCH v2] fix code alignment with open parenthesis

2016-12-18 Thread Scott Matheina
These changes where identified by checkpatch.pl as needed changes to align the code with the linux development coding style. The several lines of text where aligned with the precending parenthesis. Signed-off-by: Scott Matheina Changes to be committed: modified: drivers/staging/fbtft

Re: [PATCH] fix code alignment with open parenthesis in drivers/staging/fbtft/fb_agm1264k-fl.c

2016-12-18 Thread Scott Matheina
On 12/18/2016 01:46 AM, Greg KH wrote: On Sat, Dec 17, 2016 at 08:42:53PM -0600, Scott Matheina wrote: Signed-off-by: Scott Matheina I can't take patches without any changelog text :( Yah. Forgot to add the description. Added for v2. --- drivers/staging/fbtft/fb_agm1264k-fl.c

[PATCH] fix code alignment with open parenthesis in drivers/staging/fbtft/fb_agm1264k-fl.c

2016-12-17 Thread Scott Matheina
Signed-off-by: Scott Matheina --- drivers/staging/fbtft/fb_agm1264k-fl.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/drivers/staging/fbtft/fb_agm1264k-fl.c b/drivers/staging/fbtft/fb_agm1264k-fl.c index a6e3af7..4e371ed 100644 --- a/drivers/staging

Re: [PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c

2015-10-25 Thread Scott Matheina
On 10/21/2015 09:15 PM, Richard Guy Briggs wrote: On 15/10/21, Scott Matheina wrote: On 10/21/2015 10:33 AM, Richard Guy Briggs wrote: On 15/10/21, Joe Perches wrote: On Mon, 2015-10-19 at 12:10 -0400, Richard Guy Briggs wrote: On 15/10/18, Scott Matheina wrote: On 10/14/2015 04:54 PM

Re: [PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c

2015-10-21 Thread Scott Matheina
On 10/21/2015 09:15 PM, Richard Guy Briggs wrote: > On 15/10/21, Scott Matheina wrote: >> On 10/21/2015 10:33 AM, Richard Guy Briggs wrote: >>> On 15/10/21, Joe Perches wrote: >>>> On Mon, 2015-10-19 at 12:10 -0400, Richard Guy Briggs wrote: >>>>> On

Re: [PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c

2015-10-21 Thread Scott Matheina
On 10/21/2015 01:23 PM, Paul Moore wrote: > On Sunday, October 18, 2015 12:50:45 PM Scott Matheina wrote: >> On 10/14/2015 04:54 PM, Paul Moore wrote: >>> On Saturday, October 10, 2015 08:57:55 PM Scott Matheina wrote: >>>> Signed-off-by: Scott Matheina >>&g

Re: [PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c

2015-10-21 Thread Scott Matheina
On 10/21/2015 10:33 AM, Richard Guy Briggs wrote: > On 15/10/21, Joe Perches wrote: >> On Mon, 2015-10-19 at 12:10 -0400, Richard Guy Briggs wrote: >>> On 15/10/18, Scott Matheina wrote: >>>> On 10/14/2015 04:54 PM, Paul Moore wrote: >>>>> On Saturday

Re: [PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c

2015-10-18 Thread Scott Matheina
On 10/14/2015 04:54 PM, Paul Moore wrote: > On Saturday, October 10, 2015 08:57:55 PM Scott Matheina wrote: >> Signed-off-by: Scott Matheina >> --- >> kernel/auditfilter.c | 17 ++--- >> 1 file changed, 10 insertions(+), 7 deletions(-) > Sorry f

[PATCH 2/2] Fixed Trivial Warnings in file: Deleted Spaces prior to tabs, and added lines. modified: kernel/auditfilter.c

2015-10-10 Thread Scott Matheina
Signed-off-by: Scott Matheina --- kernel/auditfilter.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/kernel/auditfilter.c b/kernel/auditfilter.c index 7714d93..774f9ad 100644 --- a/kernel/auditfilter.c +++ b/kernel/auditfilter.c @@ -39,13 +39,13

[PATCH] Style Error line 1: Deleted trailing space

2015-10-10 Thread Scott Matheina
>From 06fabebf521e29014fd59518c923d671e6df0fce Mon Sep 17 00:00:00 2001 From: Scott Matheina Date: Sat, 10 Oct 2015 16:05:51 -0500 Subject: [PATCH] Style Error line 1: Deleted trailing space This is a simple patch to line 1 of kernel/audit.h, deleting a trailing space to remove a style er