From e0aa09dcdf1a4141bce6f3c4c1d292ba541ccc82 Mon Sep 17 00:00:00 2001 From: gatieme Date: Tue, 16 May 2017 21:12:57 +0800 Subject: [PATCH] =?UTF-8?q?kernel=E4=BB=A3=E7=A0=81=E9=A3=8E=E6=A0=BC...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- study/pattern/code_stype/README.md | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 study/pattern/code_stype/README.md diff --git a/study/pattern/code_stype/README.md b/study/pattern/code_stype/README.md new file mode 100644 index 0000000..085a5c1 --- /dev/null +++ b/study/pattern/code_stype/README.md @@ -0,0 +1,36 @@ +init_MUTEX被废除(解决rror: implicit declaration of function ‘init_MUTEX’) +======= + +| CSDN | GitHub | +|:----:|:------:| +| [init_MUTEX被废除
解决rror: implicit declaration of function ‘init_MUTEX’](http://blog.csdn.net/gatieme/article/details/71598127) | [`LDD/problem/port/init_MUTEX`](https://github.com/gatieme/LDD-LinuxDeviceDrivers/tree/master/study/problem/port/init_MUTEX) | + + +
+知识共享许可协议 +本作品采用知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可, 转载请注明出处 +
+ + + + +#参考 +------- + +[基于linux内核代码风格的代码格式调整器](http://bbs.csdn.net/topics/390436961) + +[Linux 内核Coding Style整理](http://www.cnblogs.com/wang_yb/p/3532349.html) + +[内核工具 – Sparse 简介](http://www.cnblogs.com/wang_yb/p/3575039.html) + +[《Linux内核设计与实现》读书笔记 - 目录 (完结)](http://www.cnblogs.com/wang_yb/p/3514730.html) + +
+ +* 本作品/博文 ( [AderStep-紫夜阑珊-青伶巷草 Copyright ©2013-2017](http://blog.csdn.net/gatieme) ), 由 [成坚(gatieme)](http://blog.csdn.net/gatieme) 创作, + +* 采用知识共享许可协议知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议进行许可. 欢迎转载、使用、重新发布, 但务必保留文章署名[成坚gatieme](http://blog.csdn.net/gatieme) ( 包含链接: http://blog.csdn.net/gatieme/article/details/71598127 ), 不得用于商业目的, + +* 基于本文修改后的作品务必以相同的许可发布. 如有任何疑问,请与我联系. + +