Skip to content

Commit

Permalink
Update capitalization per comment
Browse files Browse the repository at this point in the history
Signed-off-by: brentholtsclaw <[email protected]>
  • Loading branch information
BrentHoltsclaw committed Jul 16, 2024
1 parent 5578400 commit 87a7462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chipsec/hal/uefi_fv.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def NextFwFile(FvImage: bytes, FvLength: int, fof: int, polarity: bool) -> Optio

# Validate fsize is a legal value
if fsize == 0 or fsize > FvLength - cur_offset:
logger().log_hal("Warning: Unable to get correct file size for NextFwFile corrupt header information")
logger().log_hal("WARNING: Unable to get correct file size for NextFwFile corrupt header information")
break
# Get next_offset
update_or_deleted = (bit_set(State, EFI_FILE_MARKED_FOR_UPDATE, polarity)) or (bit_set(State, EFI_FILE_DELETED, polarity))
Expand Down

0 comments on commit 87a7462

Please sign in to comment.