aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/README.md
diff options
context:
space:
mode:
authorYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:36:34 +0800
committerYalei Wang <william.wangyalei@huawei.com>2018-03-13 16:53:35 +0800
commit3a5bf13c0e7b427b805a372dc1ed1bd5d7759082 (patch)
treeffd702b15322b978936cd19e5a4c4e40b78c46ca /scripts/README.md
parent415f9ac8797c22c45364c38bb0dcfc1f5c202bf7 (diff)
Clean up the src and update the doc
Change-Id: If9c9cdb3ae5167198f0a2ae085871ff7134b32b0 Signed-off-by: Yalei Wang <william.wangyalei@huawei.com>
Diffstat (limited to 'scripts/README.md')
-rw-r--r--scripts/README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/README.md b/scripts/README.md
index d6c2bdc..351020e 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -1,14 +1,2 @@
To run checkstyle :
./checkstyle.sh [-options]
-
-To modify license:
-./lic.sh
-
-from
- CPUB(lwip_writev)
- NSTACK_CAL_FUN(fdInf->ops, writev, (fdInf->rlfd, iov, iovcnt), size);
- CPUE(lwip_writev)
-to
- CPUB(writev)
- NSTACK_CAL_FUN(fdInf->ops, writev, (fdInf->rlfd, iov, iovcnt), size);
- CPUE(writev) \ No newline at end of file