Skip to content

Commit

Permalink
Remove 'smenta' from fbcode
Browse files Browse the repository at this point in the history
Summary: Removing references to my name from fbcode codebase.

Differential Revision: D61313890

fbshipit-source-id: 89ba289e64412a545b5caca83ae5f638931e315c
  • Loading branch information
Shiva Ram Menta authored and facebook-github-bot committed Aug 15, 2024
1 parent a3af491 commit 4de462c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fboss/qsfp_service/TransceiverManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ TransceiverValidationInfo TransceiverManager::getTransceiverValidationInfo(
? apache::thrift::util::enumNameSafe(mediaInterface.value())
: "NOVALUE";

// TODO(smenta): Once firmware sync is enabled, consider firmware versions to
// TODO: Once firmware sync is enabled, consider firmware versions to
// be required.
auto moduleStatus = cachedTcvrState->status();
if (moduleStatus.has_value() && moduleStatus->fwStatus().has_value()) {
Expand Down
2 changes: 1 addition & 1 deletion fboss/qsfp_service/TransceiverValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TransceiverValidator::TransceiverValidator(
}
};

// TODO(smenta): Once firmware sync is enabled, allow non-validated firmware
// TODO: Once firmware sync is enabled, allow non-validated firmware
// matches to return false.
ValidationResult TransceiverValidator::validateTcvrAndReason(
const TransceiverValidationInfo& tcvrInfo) const {
Expand Down

0 comments on commit 4de462c

Please sign in to comment.