[PATCH v2 3/3] staging: rtlwifi: Fix "Alwyas"->"Always"

2018-06-02 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in comment text. Signed-off-by: Sabin Mihai Rapan --- Changes in v2: - Added proper to and cc fields to the patch series. drivers/staging/rtlwifi/rtl8822be/sw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtlwifi

[PATCH v2 2/3] staging: rtlwifi: Fix "writen"->"written"

2018-06-02 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in comment text. Signed-off-by: Sabin Mihai Rapan --- Changes in v2: - Added proper to and cc fields to the patch series. drivers/staging/rtlwifi/rtl8822be/fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtlwifi

[PATCH v2 1/3] staging: rtlwifi: Fix "Trafic"->"Traffic"

2018-06-02 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in comment text. Signed-off-by: Sabin Mihai Rapan --- Changes in v2: - Added proper to and cc fields to the patch series. drivers/staging/rtlwifi/phydm/phydm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtlwifi/phydm

Re: [PATCH 1/3] staging: rtlwifi: Fix "Trafic"->"Traffic"

2018-05-31 Thread Sabin Mihai Rapan
and resend the patch series. Sabin. On 05/31/2018 06:57 PM, Greg KH wrote: > On Thu, May 31, 2018 at 01:03:12PM +0200, Sabin Mihai Rapan wrote: >> Trivial fix to spelling mistake in comment text. >> >> Signed-off-by: Sabin Mihai Rapan >> --- >> drivers/staging/r

[PATCH 1/3] staging: rtlwifi: Fix "Trafic"->"Traffic"

2018-05-31 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in comment text. Signed-off-by: Sabin Mihai Rapan --- drivers/staging/rtlwifi/phydm/phydm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtlwifi/phydm/phydm.c b/drivers/staging/rtlwifi/phydm/phydm.c index 8b2a180cc13c

[PATCH 3/3] staging: rtlwifi: Fix "Alwyas"->"Always"

2018-05-31 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in comment text. Signed-off-by: Sabin Mihai Rapan --- drivers/staging/rtlwifi/rtl8822be/sw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtlwifi/rtl8822be/sw.c b/drivers/staging/rtlwifi/rtl8822be/sw.c index 91b784b6d1c5

[PATCH 2/3] staging: rtlwifi: Fix "writen"->"written"

2018-05-31 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in comment text. Signed-off-by: Sabin Mihai Rapan --- drivers/staging/rtlwifi/rtl8822be/fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtlwifi/rtl8822be/fw.c b/drivers/staging/rtlwifi/rtl8822be/fw.c index 483ea85943c3

[PATCH v2 4/4] staging: lustre: Fix block comments style

2018-05-21 Thread Sabin Mihai Rapan
This patch fixes the checkpatch.pl warning: WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line Signed-off-by: Sabin Mihai Rapan --- Changes in v2: - Removed trailing whitespace at lustre_idl.h:1532. .../staging/lustre/include/uapi/linux/lustre/lustre_idl.h | 6

[PATCH 1/4] staging: lustre: Fix "from from"->"from"

2018-05-21 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in README.txt Signed-off-by: Sabin Mihai Rapan --- drivers/staging/lustre/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/README.txt b/drivers/staging/lustre/README.txt index 0676243eea9e..783959240490 100644

[PATCH 3/4] staging: lustre: Fix "unsigned"->"unsigned int"

2018-05-21 Thread Sabin Mihai Rapan
This patch fixes the checkpatch.pl warning: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Sabin Mihai Rapan --- .../staging/lustre/include/uapi/linux/lustre/lustre_fiemap.h| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 2/4] staging: lustre: Fix "Possible intergrate"->"Possibly integrate"

2018-05-21 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in TODO file. Signed-off-by: Sabin Mihai Rapan --- drivers/staging/lustre/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/TODO b/drivers/staging/lustre/TODO index 94446487748a..5332cdb19bfa 100644 --- a/drivers

[PATCH 5/5] staging: lustre: Fix "from from"->"from"

2018-05-16 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in README.txt Signed-off-by: Sabin Mihai Rapan --- drivers/staging/lustre/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/README.txt b/drivers/staging/lustre/README.txt index 0676243eea9e..783959240490 100644

[PATCH 4/5] staging: lustre: Fix "Possible intergrate"->"Possibly integrate"

2018-05-16 Thread Sabin Mihai Rapan
Trivial fix to spelling mistake in TODO file. Signed-off-by: Sabin Mihai Rapan --- drivers/staging/lustre/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/TODO b/drivers/staging/lustre/TODO index 94446487748a..5332cdb19bfa 100644 --- a/drivers

[PATCH 3/5] staging: lustre: Fix "unsigned"->"unsigned int"

2018-05-16 Thread Sabin Mihai Rapan
This patch fixes the checkpatch.pl warning: WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' Signed-off-by: Sabin Mihai Rapan --- .../staging/lustre/include/uapi/linux/lustre/lustre_fiemap.h| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH 1/5] staging: lustre: Fix inclusion of local headers

2018-05-16 Thread Sabin Mihai Rapan
This patch fixes the checkpatch.pl error: ERROR:UAPI_INCLUDE: No #include in ...include/uapi/... should use a uapi/ path prefix Signed-off-by: Sabin Mihai Rapan --- drivers/staging/lustre/include/uapi/linux/lnet/lnet-dlc.h | 4 ++-- drivers/staging/lustre/include/uapi/linux/lnet/lnetctl.h

[PATCH 2/5] staging: lustre: Fix block comments style

2018-05-16 Thread Sabin Mihai Rapan
This patch fixes the checkpatch.pl warning: WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line Signed-off-by: Sabin Mihai Rapan --- .../staging/lustre/include/uapi/linux/lustre/lustre_idl.h | 6 -- .../staging/lustre/include/uapi/linux/lustre/lustre_user.h

[PATCH 2/2] staging: lustre: Fix trivial checkpatch warnings

2018-05-12 Thread Sabin Mihai Rapan
Trivial fix to multiple errors and warnings in the lustre headers. Signed-off-by: Sabin Mihai Rapan --- .../lustre/include/linux/libcfs/libcfs_cpu.h | 2 +- .../lustre/include/uapi/linux/lnet/lnet-dlc.h | 4 +- .../include/uapi/linux/lnet/lnet-types.h | 4 +- .../lustre/include/uapi

[PATCH 1/2] staging: lustre: Fix spelling mistakes

2018-05-12 Thread Sabin Mihai Rapan
Trivial fix to spelling mistakes in TODO and README.txt Signed-off-by: Sabin Mihai Rapan --- drivers/staging/lustre/README.txt | 2 +- drivers/staging/lustre/TODO | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/lustre/README.txt b/drivers/staging