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

documentation: assign-collaboration: Fix typos #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Documentation/teaching/so2/assign-collaboration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ Follow the seven rules of writing a good commit message: https://cbea.ms/git-com
Author: John Doe <[email protected]>
Date: Mon Apr 4 11:54:39 2022 +0300

uart16550: Add initial skeleton for ssignment #2
uart16550: Add initial skeleton for assignment #2

This adds simple skeleton file for uart16550 assignment. Notice
This adds a simple skeleton file for uart16550 assignment. Notice
module init/exit callbacks and file_operations dummy implementation
for open/release/read/write/ioctl.

Expand All @@ -126,7 +126,7 @@ structures and the overlall driver design. Then start coding.
5. Do reviews
-------------

Create Pull Requests with your commits and go through review rounds with your team members. You can follow `How to create a PR` `video <https://www.youtube.com/watch?v=YvoHJJWvn98>`_.
Create Pull Requests with your commits and go through review rounds with your team members. You can follow the `How to create a PR` `video <https://www.youtube.com/watch?v=YvoHJJWvn98>`_.

6. Merge the work
-----------------
Expand Down