Skip to content
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

Assignment setup for 2-uart #47

Merged
merged 3 commits into from
Mar 29, 2018

Conversation

alexandrasandulescu
Copy link

No description provided.

tavip pushed a commit to linux-kernel-labs/linux-kernel-labs.github.io that referenced this pull request Mar 28, 2018
@dbaluta dbaluta requested a review from tavip March 28, 2018 16:35
@dbaluta dbaluta assigned dbaluta and unassigned dbaluta Mar 28, 2018
Copy link
Member

@tavip tavip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nits:

  • missing Signed-off-by: tags
  • checkpatch should have been squashed with the original patches or maybe applied after the second patch if you wanted to preserve the original.

tools: assignments: 2-uart: Apply checkpatch.pl

Signed-off-by: Alexandra Sandulescu <[email protected]>
tavip pushed a commit to linux-kernel-labs/linux-kernel-labs.github.io that referenced this pull request Mar 29, 2018
tavip pushed a commit to linux-kernel-labs/linux-kernel-labs.github.io that referenced this pull request Mar 29, 2018
@@ -0,0 +1,14 @@
CFLAGS = -Wall -g -static -m32

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a more detailed commit message. "Refactoring" is too generic.

Something like: tools: assignments: 2-uart: Adapt the code to new file structure

Also, one commit should do only one thing!

Your commit does two: One is moving Makefile into Makefile.checker the other one is renaming solutie to link_handler.

I'm not even sure that link_handler is correct. As far as I remember solutie.ko is used to test if the submitted homework correctly checks for errors. So, I would rename it to dummy_uart.ko

tavip pushed a commit to linux-kernel-labs/linux-kernel-labs.github.io that referenced this pull request Mar 29, 2018
@dbaluta dbaluta merged commit 8c79310 into linux-kernel-labs:master Mar 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants