Skip to content

Commit

Permalink
fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
alperyazar committed Jun 15, 2024
1 parent fc69e25 commit e653ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/sys/size-t-ssize-t.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ ssize_t ksys_write(unsigned int fd, const char __user *buf, size_t count)
}
```
ve [^23f]:
ve [^24f]:
```c
ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos)
Expand Down Expand Up @@ -427,3 +427,4 @@ düşünüldüğünde pratikte bir problem bulunmamaktadır.
[^21f]: <https://elixir.bootlin.com/linux/v6.9.4/source/fs/read_write.c#L652>
[^22f]: <https://elixir.bootlin.com/linux/v6.9.4/source/fs/read_write.c#L632>
[^23f]: <https://elixir.bootlin.com/linux/v6.9.4/source/include/linux/fs.h#L2605>
[^24f]: <https://elixir.bootlin.com/linux/v6.9.4/source/fs/read_write.c#L570>

0 comments on commit e653ee7

Please sign in to comment.