Merged
Conversation
6c90972 to
99320eb
Compare
Member
Author
|
(removed whitespace changes and squashed to make the diff less confusing... I hope) |
Member
Author
I literally just did git grep --name-only "\<list_remove\>" | xargs sed -i 's/\<list_remove\>/emb6_\0/g';-) |
Member
Author
|
Turns out: those whitespaces were important :-/ |
Member
|
It seems so... :-) |
Member
|
please squash, 'cause murdock unhappy |
Member
|
@miri64 please squash. This PR was already ACKed |
16571f3 to
185be4e
Compare
Member
Author
|
Sorry, lost track of this |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a patch change, so please review carefully!!1! 😉
#6211 introduces a new function
list_remove(). Unfortunately, there is a function of the same name in emb6. Since I did that before for other functions likeclistandlistI continue the effort here and renamed theirlist_remove()toemb6_list_remove().