Loading drivers/soc/qcom/glink.c +3 −3 Original line number Diff line number Diff line Loading @@ -2253,9 +2253,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 Loading include/soc/qcom/glink_rpm_xprt.h +3 −3 File changed.Contains only whitespace changes. Show changes Loading
drivers/soc/qcom/glink.c +3 −3 Original line number Diff line number Diff line Loading @@ -2253,9 +2253,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 Loading