[PATCH] Staging: speakup: fixed reporting_keystroke variable type

2014-05-16 Thread Son P. Nguyen
From: "Son P. Nguyen" Fixed reporting_keystroke type to int instead of bool to quiet sparse complaints of error cannot size expression. This is a part of eudyptula-challenge. Signed-off-by: Son P. Nguyen --- drivers/staging/speakup/fakekey.c | 6 +++--- 1 file changed, 3 insert

[PATCH v2 2/2] Staging: dgnc: dgnc_driver: fixed incorrect braces

2014-04-20 Thread Son P. Nguyen
From: "Son P. Nguyen" Fixed incorrect braces (coding style) Signed-off-by: Son P. Nguyen --- drivers/staging/dgnc/dgnc_driver.c | 21 +++-- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_driver.c b/drivers/staging/dgnc/dgn

[PATCH v2 1/2] Staging: dgnc: dgnc_driver: fixed dgnc_pci_tbl definition

2014-04-20 Thread Son P. Nguyen
From: "Son P. Nguyen" Fixed dgnc_pci_tbl definition for correct coding style PS: This is for task 10 of eudyptula-challenge. Signed-off-by: Son P. Nguyen --- drivers/staging/dgnc/dgnc_driver.c | 39 +- 1 file changed, 22 insertions(+), 17

[PATCH 1/2] Staging: dgnc: dgnc_driver: fixed coding style of dgnc_pci_tbl

2014-04-19 Thread Son P. Nguyen
From: "Son P. Nguyen" Fixed coding style of dgnc_pci_tbl definition (longer than 80 chars) Signed-off-by: Son P. Nguyen --- drivers/staging/dgnc/dgnc_driver.c | 36 +++- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/drivers/st

[PATCH 2/2] Staging: dgnc: dgnc_driver: fixed coding style braces

2014-04-19 Thread Son P. Nguyen
From: "Son P. Nguyen" Fixed incorrect braces (coding style) PS: This is for task 10 of eudyptula-challenge. Signed-off-by: Son P. Nguyen --- drivers/staging/dgnc/dgnc_driver.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/drivers/st