summaryrefslogtreecommitdiff
path: root/util/nvmutil
diff options
context:
space:
mode:
Diffstat (limited to 'util/nvmutil')
-rw-r--r--util/nvmutil/nvmutil.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c
index f39cd65f..19b02b05 100644
--- a/util/nvmutil/nvmutil.c
+++ b/util/nvmutil/nvmutil.c
@@ -373,7 +373,9 @@ read_gbe(void)
*
* We can skip reading the other part, thus:
*/
- if (cmd == cmd_copy || cmd == cmd_brick || cmd == cmd_setchecksum)
+ if (cmd == cmd_copy ||
+ cmd == cmd_brick ||
+ cmd == cmd_setchecksum)
do_read[part ^ 1] = 0;
/*