diff options
| author | Holden Hsu <holden_hsu@163.com> | 2026-01-05 13:45:04 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-01-11 15:54:21 +0300 |
| commit | c6ca88ba429de1a157c0985555618eec921425c6 (patch) | |
| tree | 708dee6097ced86ed19563dcdf719f8e30308bbe | |
| parent | 80fd2297d72adaf89ce661c702d0965a364c537b (diff) | |
| download | linux-c6ca88ba429de1a157c0985555618eec921425c6.tar.xz | |
staging: greybus: arche-platform: clarify TODO comment
The TODO comment 'sequence ??' is unclear and provides little context
about what needs to be implemented. Replace it with 'TODO: define shutdown
sequence' to better describe the required implementation.
Signed-off-by: Holden Hsu <holden_hsu@163.com>
Link: https://patch.msgid.link/20260105104505.8120-2-holden_hsu@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/greybus/arche-platform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/arche-platform.c b/drivers/staging/greybus/arche-platform.c index 8aaff4e45660..de38cd4b3dda 100644 --- a/drivers/staging/greybus/arche-platform.c +++ b/drivers/staging/greybus/arche-platform.c @@ -572,7 +572,7 @@ static __maybe_unused int arche_platform_suspend(struct device *dev) * If timing profile premits, we may shutdown bridge * completely * - * TODO: sequence ?? + * TODO: define shutdown sequence * * Also, need to make sure we meet precondition for unipro suspend * Precondition: Definition ??? |
