Solved console format issues#175
Open
razvan206 wants to merge 1 commit intocs-pub-ro:mainfrom
Open
Conversation
teodutu
requested changes
Apr 26, 2026
teodutu
left a comment
There was a problem hiding this comment.
The changes are good, but the checkpatch CI action is failing [1]. Add a commit description explaining your changes and a signed-off-line. You can do so with:
$ git commit -s --amend # This will add the signed-off-by line with -s and then open your default editor where you can modify the commit message
$ git log # Inspect the new commit message
$ git push -f # Update the remote repo (and PR) with the changed commit. You need -f because you've overwritten an existing commit.
Standardize the formatting for console output and reading material links across multiple lab tasks to ensure consistency and fix CI checkpatch failures. Signed-off-by: Razvan <razvyvoica@gmail.com>
89fe726 to
6a8eb85
Compare
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.
Solved console format issues for all labs in hardware-software-interface/labs.