Skip to content

Commit

Permalink
Follow-up to #30511 for missed comments (#30535)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksperling-apple committed Nov 17, 2023
1 parent 1369703 commit edbd2b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <app/server/Server.h>
#include <app/util/attribute-storage.h>
#include <credentials/CHIPCert.h>
#include <lib/core/CHIPConfig.h>
#include <lib/support/SafeInt.h>
#include <lib/support/SortUtils.h>
#include <lib/support/ThreadOperationalDataset.h>
Expand Down
4 changes: 2 additions & 2 deletions src/include/platform/NetworkCommissioning.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ class WiFiDriver : public Internal::WirelessDriver
* @param clientIdentityNetworkIndex If present, the index of the existing network configuration of which the Client
* Identity is to be re-used. Otherwise a new Client Identity shall be generated.
* @param outStatus The application-level status code (Status::kSuccess on success).
* @param outDebugText A debug text buffer that may be populated by the driver when a Status is returned.
* The size of the span must be reduced to the length of text emitted (or 0, if none).
* @param outDebugText A debug text buffer that may be populated by the driver. The size of the span
* must be reduced to the length of text emitted (or 0, if none).
* @param outClientIdentity On success, the Client Identity that was generated or copied, depending on the
* presence of `clientIdentityNetworkIndex`.
* @param outNextworkIndex On success, the index of the network entry that was added or updated.
Expand Down

0 comments on commit edbd2b6

Please sign in to comment.