staging: greybus: Documentation: firmware: Move logical AND to previous line
Fix checkpatch CHECK:
"Logical continuations should be on the previous line"
in firmware.c:123
Signed-off-by: Abhinav Krishna C K <me@abhy.me>
Link: https://lore.kernel.org/r/20250714134537.59218-1-me@abhy.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
ee38e13271
commit
1fd45d1efc
@@ -119,8 +119,8 @@ retry_fw_version:
|
||||
if (backend_fw_info.status == GB_FW_U_BACKEND_VERSION_STATUS_RETRY)
|
||||
goto retry_fw_version;
|
||||
|
||||
if ((backend_fw_info.status != GB_FW_U_BACKEND_VERSION_STATUS_SUCCESS)
|
||||
&& (backend_fw_info.status != GB_FW_U_BACKEND_VERSION_STATUS_NOT_AVAILABLE)) {
|
||||
if ((backend_fw_info.status != GB_FW_U_BACKEND_VERSION_STATUS_SUCCESS) &&
|
||||
(backend_fw_info.status != GB_FW_U_BACKEND_VERSION_STATUS_NOT_AVAILABLE)) {
|
||||
printf("Failed to get backend firmware version: %s (%d)\n",
|
||||
fwdev, backend_fw_info.status);
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user