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

Commit 1e327b6c authored by Eric Holmberg's avatar Eric Holmberg
Browse files

soc: qcom: glink: update function header format



Function header documentation in the .h file does not match the .c file
and also does not meeting current coding guidelines.

Update to meet coding guidelines.

Change-Id: I0c583701f9eeff60013f620d5e6f6058d758759d
Signed-off-by: default avatarEric Holmberg <eholmber@codeaurora.org>
parent 6db2c78f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2242,9 +2242,9 @@ EXPORT_SYMBOL(glink_rpm_rx_poll);

/**
 * glink_rpm_mask_rx_interrupt() - Mask or unmask the RPM receive interrupt
 * handle:	Channel handle in which this operation is performed.
 * mask:	Flag to mask or unmask the interrupt.
 * pstruct:	Pointer to any platform specific data.
 * @handle:	Channel handle in which this operation is performed.
 * @mask:	Flag to mask or unmask the interrupt.
 * @pstruct:	Pointer to any platform specific data.
 *
 * This function is used to mask or unmask the receive interrupt from RPM.
 * "mask" set to true indicates masking the interrupt and when set to false
+3 −3

File changed.

Contains only whitespace changes.