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:
Jeff Johnson
2023-01-26 12:21:05 -08:00
committed by Madan Koyyalamudi
parent f68d690127
commit d93db0f70e
3 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
* Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2021, 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
@@ -25,7 +25,7 @@
#include <wbuff.h>
#include "i_wbuff.h"
/**
/*
* Allocation holder array for all wbuff registered modules
*/
struct wbuff_holder wbuff;