mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-09-10 21:06:51 +00:00
synaptics: Fix a comment typo
This commit is contained in:
@@ -1479,7 +1479,7 @@ suspend (FpDevice *dev)
|
|||||||
self->cmd_suspended = TRUE;
|
self->cmd_suspended = TRUE;
|
||||||
|
|
||||||
/* Cancel the current transfer.
|
/* Cancel the current transfer.
|
||||||
* The CMD SSM will go into the suspend state and signal readyness. */
|
* The CMD SSM will go into the suspend state and signal readiness. */
|
||||||
g_cancellable_cancel (self->interrupt_cancellable);
|
g_cancellable_cancel (self->interrupt_cancellable);
|
||||||
g_clear_object (&self->interrupt_cancellable);
|
g_clear_object (&self->interrupt_cancellable);
|
||||||
self->interrupt_cancellable = g_cancellable_new ();
|
self->interrupt_cancellable = g_cancellable_new ();
|
||||||
|
|||||||
Reference in New Issue
Block a user