Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 407a08a3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: glink: Update header to clarify the proper usage"

parents dc169d56 63b364d4
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -1600,6 +1600,10 @@ static void check_link_notifier_and_notify(struct glink_core_xprt_ctx *xprt_ptr,
 * @cfg_ptr:	Open configuration structure (the structure is copied before
 * @cfg_ptr:	Open configuration structure (the structure is copied before
 *		glink_open returns).  All unused fields should be zero-filled.
 *		glink_open returns).  All unused fields should be zero-filled.
 *
 *
 * This should not be called from link state callback context by clients.
 * It is recommended that client should invoke this function from their own
 * thread.
 *
 * Return:  Pointer to channel on success, PTR_ERR() with standard Linux
 * Return:  Pointer to channel on success, PTR_ERR() with standard Linux
 * error code on failure.
 * error code on failure.
 */
 */
+5 −1
Original line number Original line Diff line number Diff line
/* Copyright (c) 2014, The Linux Foundation. All rights reserved.
/* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * it under the terms of the GNU General Public License version 2 and
@@ -130,6 +130,10 @@ enum tx_flags {
 * @cfg_ptr:	Open configuration structure (the structure is copied before
 * @cfg_ptr:	Open configuration structure (the structure is copied before
 *		glink_open returns).  All unused fields should be zero-filled.
 *		glink_open returns).  All unused fields should be zero-filled.
 *
 *
 * This should not be called from link state callback context by clients.
 * It is recommended that client should invoke this function from their own
 * thread.
 *
 * Return:  Pointer to channel on success, PTR_ERR() with standard Linux
 * Return:  Pointer to channel on success, PTR_ERR() with standard Linux
 * error code on failure.
 * error code on failure.
 */
 */