From 864f94a1db7e105bdcf4efc9954741b818de9c59 Mon Sep 17 00:00:00 2001 From: Razvan Virtan Date: Sat, 6 May 2023 18:31:24 +0300 Subject: [PATCH] documentation: assign-collaboration: Fix typos Signed-off-by: Razvan-Nicolae VIRTAN --- Documentation/teaching/so2/assign-collaboration.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/teaching/so2/assign-collaboration.rst b/Documentation/teaching/so2/assign-collaboration.rst index 7f51f7c175dd31..fc5e2b2ec95d88 100644 --- a/Documentation/teaching/so2/assign-collaboration.rst +++ b/Documentation/teaching/so2/assign-collaboration.rst @@ -107,9 +107,9 @@ Follow the seven rules of writing a good commit message: https://cbea.ms/git-com Author: John Doe 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. @@ -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 `_. +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 `_. 6. Merge the work -----------------