* [PATCH 0/4] staging:gpib:agilent_82350b:Cleanup and spelling fixes
@ 2025-02-17 10:05 Ravi Kumar kairi
2025-02-17 10:05 ` [PATCH 1/4] [PATCH V2 1/4] staging:gpib:agilent_82350b: Fixed spelling error Ravi Kumar kairi
2025-02-17 10:31 ` [PATCH 0/4] staging:gpib:agilent_82350b:Cleanup and spelling fixes Greg KH
0 siblings, 2 replies; 3+ messages in thread
From: Ravi Kumar kairi @ 2025-02-17 10:05 UTC (permalink / raw)
To: dpenkler
Cc: gregkh, linux-staging, linux-kernel, kuba, dan.carpenter,
rmk+kernel, Ravi Kumar Kairi
From: Ravi Kumar Kairi <kumarkairiravi@gmail.com>
1. Fixing spelling mistakes such as "havn't" → "haven't"
2. Removing unnecessary commented-out code
3. Cleaning up whitespace and formatting inconsistencies
4. Removing a empty line in if{} which was casuing it be read as single
line
These are minor changes aimed at improving code readability and maintainability.
I appreciate your time in reviewing this series.
Thanks,
Ravi Kumar Kairi
Ravi Kumar Kairi (4):
staging:gpib:agilent_82350b: Fixed spelling error
staging:gpib:agilent_82350b: Removed commented out code
staging:gpib:agilent_82350b:Removed blank line
staging:gpib:agilent_82350b: Fix Indent issue with block
.../staging/gpib/agilent_82350b/agilent_82350b.c | 16 +---------------
1 file changed, 1 insertion(+), 15 deletions(-)
--
2.48.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/4] [PATCH V2 1/4] staging:gpib:agilent_82350b: Fixed spelling error
2025-02-17 10:05 [PATCH 0/4] staging:gpib:agilent_82350b:Cleanup and spelling fixes Ravi Kumar kairi
@ 2025-02-17 10:05 ` Ravi Kumar kairi
2025-02-17 10:31 ` [PATCH 0/4] staging:gpib:agilent_82350b:Cleanup and spelling fixes Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Ravi Kumar kairi @ 2025-02-17 10:05 UTC (permalink / raw)
To: dpenkler
Cc: gregkh, linux-staging, linux-kernel, kuba, dan.carpenter,
rmk+kernel, Ravi Kumar Kairi
From: Ravi Kumar Kairi <kumarkairiravi@gmail.com>
fixed havn't -> haven't
Signed-off-by: Ravi Kumar Kairi <kumarkairiravi@gmail.com>
---
drivers/staging/gpib/agilent_82350b/agilent_82350b.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/gpib/agilent_82350b/agilent_82350b.c b/drivers/staging/gpib/agilent_82350b/agilent_82350b.c
index 5c62ec24fc..5a74a22015 100644
--- a/drivers/staging/gpib/agilent_82350b/agilent_82350b.c
+++ b/drivers/staging/gpib/agilent_82350b/agilent_82350b.c
@@ -121,7 +121,7 @@ static int agilent_82350b_accel_read(gpib_board_t *board, uint8_t *buffer, size_
writeb(DIRECTION_GPIB_TO_HOST, a_priv->gpib_base + SRAM_ACCESS_CONTROL_REG);
if (retval < 0)
return retval;
- // read last bytes if we havn't received an END yet
+ // read last bytes if we haven't received an END yet
if (*end == 0) {
size_t num_bytes;
// try to make sure we holdoff after last byte read
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/4] staging:gpib:agilent_82350b:Cleanup and spelling fixes
2025-02-17 10:05 [PATCH 0/4] staging:gpib:agilent_82350b:Cleanup and spelling fixes Ravi Kumar kairi
2025-02-17 10:05 ` [PATCH 1/4] [PATCH V2 1/4] staging:gpib:agilent_82350b: Fixed spelling error Ravi Kumar kairi
@ 2025-02-17 10:31 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2025-02-17 10:31 UTC (permalink / raw)
To: Ravi Kumar kairi
Cc: dpenkler, linux-staging, linux-kernel, kuba, dan.carpenter,
rmk+kernel
On Mon, Feb 17, 2025 at 03:35:09PM +0530, Ravi Kumar kairi wrote:
> From: Ravi Kumar Kairi <kumarkairiravi@gmail.com>
>
> 1. Fixing spelling mistakes such as "havn't" → "haven't"
> 2. Removing unnecessary commented-out code
> 3. Cleaning up whitespace and formatting inconsistencies
> 4. Removing a empty line in if{} which was casuing it be read as single
> line
>
> These are minor changes aimed at improving code readability and maintainability.
>
> I appreciate your time in reviewing this series.
>
> Thanks,
> Ravi Kumar Kairi
>
> Ravi Kumar Kairi (4):
> staging:gpib:agilent_82350b: Fixed spelling error
> staging:gpib:agilent_82350b: Removed commented out code
> staging:gpib:agilent_82350b:Removed blank line
> staging:gpib:agilent_82350b: Fix Indent issue with block
>
> .../staging/gpib/agilent_82350b/agilent_82350b.c | 16 +---------------
> 1 file changed, 1 insertion(+), 15 deletions(-)
>
> --
> 2.48.1
>
>
Something went wrong with your submission here, look at how these show
up on lore.kernel.org and in my inbox:
Feb 17 Ravi Kumar kair (0.9K) ┬─>[PATCH 4/4] [PATCH V2 4/4] staging:gpib:agilent_82350b: Fix Indent issue with block
Feb 17 Ravi Kumar kair (1.5K) ├─>[PATCH 3/4] [PATCH V2 3/4] staging:gpib:agilent_82350b:Removed blank line
Feb 17 Ravi Kumar kair (1.5K) ├─>[PATCH 2/2] [PATCH V2 3/4] staging:gpib:agilent_82350b:Removed blank line
Feb 17 Ravi Kumar kair (3.0K) ├─>[PATCH 2/4] [PATCH V2 2/4] staging:gpib:agilent_82350b: Removed commented out code
Feb 17 Ravi Kumar kair (3.0K) └─>[PATCH 1/2] [PATCH V2 2/4] staging:gpib:agilent_82350b: Removed commented out code
Feb 17 Ravi Kumar kair (0.8K) [PATCH 0/4] staging:gpib:agilent_82350b:Cleanup and spelling fixes
Feb 17 Ravi Kumar kair (0.9K) └─>[PATCH 1/4] [PATCH V2 1/4] staging:gpib:agilent_82350b: Fixed spelling error
I count 6 patches in a patch series of 4? And the threading is broken
in a very odd way?
Please fix up and send a proper v3 series.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-17 10:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-17 10:05 [PATCH 0/4] staging:gpib:agilent_82350b:Cleanup and spelling fixes Ravi Kumar kairi
2025-02-17 10:05 ` [PATCH 1/4] [PATCH V2 1/4] staging:gpib:agilent_82350b: Fixed spelling error Ravi Kumar kairi
2025-02-17 10:31 ` [PATCH 0/4] staging:gpib:agilent_82350b:Cleanup and spelling fixes Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox