qcacmn: Fix wbuff documentation
The kernel-doc script identified some documentation errors in the wbuff folder, so fix them. Change-Id: Ie3ab3bafda78a1b7207391b0accd4286e6ae5de3 CRs-Fixed: 3389343
This commit is contained in:

committed by
Madan Koyyalamudi

parent
f68d690127
commit
d93db0f70e
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@@ -80,7 +81,7 @@ struct wbuff_handle {
|
||||
* @handle: wbuff handle for the registered module
|
||||
* @reserve: nbuf headroom to start with
|
||||
* @align: alignment for the nbuf
|
||||
* @pool[]: pools for all available buffers for the module
|
||||
* @pool: pools for all available buffers for the module
|
||||
*/
|
||||
struct wbuff_module {
|
||||
bool registered;
|
||||
@@ -95,6 +96,7 @@ struct wbuff_module {
|
||||
/**
|
||||
* struct wbuff_holder - allocation holder for wbuff
|
||||
* @initialized: to identified whether module is initialized
|
||||
* @mod: list of modules
|
||||
*/
|
||||
struct wbuff_holder {
|
||||
bool initialized;
|
||||
|
Reference in New Issue
Block a user