Re: [PATCH net-next v6 03/10] net: create a dummy net_device allocator

2024-04-17 Thread Randy Dunlap
On 4/17/24 4:19 AM, Alexander Lobakin wrote: > From: Johannes Berg > Date: Wed, 17 Apr 2024 13:11:38 +0200 > >> On Wed, 2024-04-17 at 12:51 +0200, Alexander Lobakin wrote: >>> Just FYI: kdoc accepts only this pattern: >>> >>> * @last_param: blah >>> * >>> * Return: blah >>> >>> NOT >>> >>>

Re: [PATCH 5/5] wifi: ath10k: Fix enum ath10k_fw_crash_dump_type kernel-doc

2024-01-18 Thread Randy Dunlap
_type' > > Fix these issues with the enum ath10k_fw_crash_dump_type kernel-doc. > > No functional changes, compile tested only. > > Signed-off-by: Jeff Johnson Acked-by: Randy Dunlap Thanks. > --- > drivers/net/wireless/ath/ath10k/coredump.h | 8 ++-- > 1 file c

Re: [PATCH 4/5] wifi: ath10k: Fix htt_data_tx_completion kernel-doc warning

2024-01-18 Thread Randy Dunlap
> No functional changes, compile tested only. > > Signed-off-by: Jeff Johnson Acked-by: Randy Dunlap Thanks. > --- > drivers/net/wireless/ath/ath10k/htt.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/wireless/ath/ath10k

Re: [PATCH 3/5] wifi: ath10k: fix htt_q_state_conf & htt_q_state kernel-doc

2024-01-18 Thread Randy Dunlap
ction prototype: 'struct htt_q_state ' > > Update the kernel-doc for these two structs to resolve the warnings. > > No functional changes, compile tested only. > > Signed-off-by: Jeff Johnson Acked-by: Randy Dunlap > --- > drivers/net/wireless/ath/ath10k/htt.h | 10 +++--

Re: [PATCH 2/5] wifi: ath10k: correctly document enum wmi_tlv_tx_pause_id

2024-01-18 Thread Randy Dunlap
fix this issue. > > No functional changes, compile tested only. > > Signed-off-by: Jeff Johnson Acked-by: Randy Dunlap Thanks. > --- > drivers/net/wireless/ath/ath10k/wmi-tlv.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/wire

Re: [PATCH 3/3] wifi: ath12k: Fix a few spelling errors

2023-08-22 Thread Randy Dunlap
Hi-- On 8/22/23 07:50, Jeff Johnson wrote: > Fix a few issues flagged by 'codespell'. > > Signed-off-by: Jeff Johnson > --- > drivers/net/wireless/ath/ath12k/dp.h | 2 +- > drivers/net/wireless/ath/ath12k/dp_rx.c | 2 +- > drivers/net/wireless/ath/ath12k/dp_tx.c | 2 +- >

Re: [PATCH 2/3] wifi: ath11k: Fix a few spelling errors

2023-08-22 Thread Randy Dunlap
> 3 files changed, 3 insertions(+), 3 deletions(-) > Acked-by: Randy Dunlap Thanks. -- ~Randy ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH 1/3] wifi: ath10k: Fix a few spelling errors

2023-08-22 Thread Randy Dunlap
t; drivers/net/wireless/ath/ath10k/wmi.h | 8 > 4 files changed, 8 insertions(+), 8 deletions(-) > Acked-by: Randy Dunlap Thanks. -- ~Randy ___ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k

Re: [PATCH v3 2/7] lib/hexdump.c: Relax rowsize checks in hex_dump_to_buffer

2019-06-17 Thread Randy Dunlap
Hi, Just a comment style nit below... On 6/16/19 7:04 PM, Alastair D'Silva wrote: > From: Alastair D'Silva > > This patch removes the hardcoded row limits and allows for > other lengths. These lengths must still be a multiple of > groupsize. > > This allows structs that are not 16/32 bytes to

Re: [PATCH v2 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes

2019-05-08 Thread Randy Dunlap
On 5/8/19 12:01 AM, Alastair D'Silva wrote: > From: Alastair D'Silva > > Some buffers may only be partially filled with useful data, while the rest > is padded (typically with 0x00 or 0xff). > > This patch introduces a flag to allow the supression of lines of repeated > bytes, which are