CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

Updates documentation about node_register #1004

Closed SahilTikale closed 6 years ago

SahilTikale commented 6 years ago

Fixes #1003 @naved001 only one reviewer required. short PR.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 1876


Totals Coverage Status
Change from base Build 1871: 0.0%
Covered Lines: 2070
Relevant Lines: 3850

💛 - Coveralls
naved001 commented 6 years ago

Trailing whitespace causing failures:

You can put this in your .vimrc: autocmd BufWritePre * %s/\s\+$//e I got this from here: http://vim.wikia.com/wiki/Remove_unwanted_spaces

SahilTikale commented 6 years ago

I also found a shorter and simpler command %s/\s\+$//e fixed the trailing white spaces.

zenhack commented 6 years ago

Having this in the driver section doesn't make a lot of sense, because it's not at all driver specific. But we're gutting the entire driver infrastructure soon, so I'm not going to worry about it. When the dust is settled this whole section will be gone and we'll just describe those parameters in the docs for node_register.