From e25d94bd373c807497b6087b7be3761476751d25 Mon Sep 17 00:00:00 2001 From: Jason Knichel Date: Mon, 28 Nov 2022 12:35:20 -0800 Subject: Hopefully fix develop branch error in these header files --- network/wwan/cxwmbclass/inc/BusInterface.h | 2 +- network/wwan/cxwmbclass/inc/MbbLibrary.h | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/network/wwan/cxwmbclass/inc/BusInterface.h b/network/wwan/cxwmbclass/inc/BusInterface.h index d72c663a..819f93e5 100644 --- a/network/wwan/cxwmbclass/inc/BusInterface.h +++ b/network/wwan/cxwmbclass/inc/BusInterface.h @@ -27,7 +27,7 @@ Revision History: Authors: TriRoy - + ****************************************************************************/ #ifndef _BusInterface_H_ diff --git a/network/wwan/cxwmbclass/inc/MbbLibrary.h b/network/wwan/cxwmbclass/inc/MbbLibrary.h index 03f64d8a..25c4bef9 100644 --- a/network/wwan/cxwmbclass/inc/MbbLibrary.h +++ b/network/wwan/cxwmbclass/inc/MbbLibrary.h @@ -22,7 +22,7 @@ Notes: This library can be used both in user and kernel mode because it does not to make any memory allocations. - + Revision History: 2/7/2010 : created @@ -30,7 +30,7 @@ Revision History: Authors: TriRoy - + ****************************************************************************/ EXTERN_C NTSTATUS @@ -38,7 +38,7 @@ MbbLibForamtBufferAsOpenMessage(__out_bcount_opt(*BufferLength) PVOID MessageBuf /* Description Formats an input buffer as a MBB Open Message. - + Parameters __out_opt_bcount(*BufferLength) PVOID MessageBuffer The input message buffer. This parameter may be NULL @@ -71,7 +71,7 @@ MbbLibForamtBufferAsCloseMessage(__out_bcount_opt(*BufferLength) PVOID MessageBu /* Description Formats an input buffer as a MBB Close Message. - + Parameters __out_opt_bcount(*BufferLength) PVOID MessageBuffer The input message buffer. This parameter may be NULL @@ -111,7 +111,7 @@ MbbLibFragmentBufferToCommandMessages( Description Given the Payload the routine fragments the payload in to the FragmentBuffers. - + Parameters __in MBB_COMMAND Command Command contains the GUID and Cid. -- cgit v1.3.1