-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typo in vdev_raidz_math.c #8880
Conversation
As discussed in openzfs#8875
Codecov Report
@@ Coverage Diff @@
## master #8880 +/- ##
==========================================
+ Coverage 78.65% 78.73% +0.07%
==========================================
Files 382 382
Lines 117791 117791
==========================================
+ Hits 92652 92738 +86
+ Misses 25139 25053 -86
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bnjf thanks, can you simply update the commit to include your signed-off-by so we can merge this.
git commit --amend -s
As discussed in openzfs#8875 Signed-off-by: Brad Forschinger <github@bnjf.id.au>
ack. added Signed-off-by in 69f65cb. |
Fix typo in vdev_raidz_math.c Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brad Forschinger <github@bnjf.id.au> Closes openzfs#8875 Closes openzfs#8880
Fix typo in vdev_raidz_math.c Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brad Forschinger <github@bnjf.id.au> Closes openzfs#8875 Closes openzfs#8880
Fix typo in vdev_raidz_math.c Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brad Forschinger <github@bnjf.id.au> Closes openzfs#8875 Closes openzfs#8880
Fix typo in vdev_raidz_math.c Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brad Forschinger <github@bnjf.id.au> Closes openzfs#8875 Closes openzfs#8880
Fix typo in vdev_raidz_math.c Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Brad Forschinger <github@bnjf.id.au> Closes openzfs#8875 Closes openzfs#8880
As discussed in #8875
Motivation and Context
Description
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by
.