Actions
Bug #10743
closedloader: zfsboot.c inconsistent indenting
Start date:
2019-04-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
zfsboot.c:507 parse_cmd() warn: inconsistent indenting
smatch find, apparently we are missing 'else'
Updated by Toomas Soome about 3 years ago
Toomas Soome wrote:
zfsboot.c:507 parse_cmd() warn: inconsistent indenting
smatch find, apparently we are missing 'else'
testing:
press space on bios boot first spinner to get boot: prompt, then enter ? followed by some path (like ?/) and you get the list of files.
verified this still is the case:)
Updated by Electric Monk about 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 9491604f9b9066cbbf235d3ce5a2a9f84e682bc4
commit 9491604f9b9066cbbf235d3ce5a2a9f84e682bc4 Author: Toomas Soome <tsoome@me.com> Date: 2019-04-19T22:37:58.000Z 10743 loader: zfsboot.c inconsistent indenting Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions