Changeset - 656380328782
[Not reviewed]
0 1 0
Martin Michlmayr (tbm) - 9 years ago 2015-04-21 14:19:23
tbm@cyrius.com
Fix HTML syntax errors
1 file changed with 7 insertions and 6 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/linux-compliance/vmware-lawsuit-faq.html
Show inline comments
...
 
@@ -315,3 +315,4 @@ for  <code>vmk_PCIGetDeviceName</code>.</p>
 
  <code>vmkdrivers/src_92/include/linux/pci.h</code> (which
 
  is <code>#include</code>'d above) reads:
 
  is <code>#include</code>'d above) reads:</p>
 

	
 
  <pre>
...
 
@@ -331,3 +332,3 @@ truct pci_driver {
 
  };
 
</pre></p>
 
</pre>
 

	
...
 
@@ -344,3 +345,3 @@ truct pci_driver {
 

	
 
<h4><code>VMKAPI_MODULE_CALL_VOID</code> macro calls driver's code</code></h4>
 
<h4><code>VMKAPI_MODULE_CALL_VOID</code> macro calls driver's code</h4>
 

	
...
 
@@ -354,3 +355,3 @@ do {                                                    \
 
    vmk_ModInfoStack modStack;                          \
 
    vmk_ModulePushId(moduleID, function, &modStack);    \
 
    vmk_ModulePushId(moduleID, function, &amp;modStack);    \
 
    (function)(args);                                   \
...
 
@@ -374,3 +375,4 @@ do {                                                    \
 
  includes a definition of the <code>struct pci_dev</code> for this device,
 
  which reads:
 
  which reads:</p>
 

	
 
<pre>
...
 
@@ -380,3 +382,2 @@ static struct pci_driver tg3_driver = {
 
</pre>
 
</p>
 

	
0 comments (0 inline, 0 general)