Skip to content

Commit

Permalink
sync with Linux v6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2023
1 parent 8f69ce0 commit 3cac437
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 157 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
var renderReg = function (obj) {
if(obj.aData[obj.iDataColumn].type != null)
if(obj.aData[obj.iDataColumn].def != null && obj.aData[obj.iDataColumn].file != "")
return "<a target='_blank' href='https://elixir.bootlin.com/linux/v6.5.9/source/"+obj.aData[obj.iDataColumn].def.file+"#L"+obj.aData[obj.iDataColumn].def.line+"'>"+obj.aData[obj.iDataColumn].type+"</a>";
return "<a target='_blank' href='https://elixir.bootlin.com/linux/v6.6/source/"+obj.aData[obj.iDataColumn].def.file+"#L"+obj.aData[obj.iDataColumn].def.line+"'>"+obj.aData[obj.iDataColumn].type+"</a>";
else
return obj.aData[obj.iDataColumn].type;
else
Expand Down Expand Up @@ -55,7 +55,7 @@
/* r9 */ { "sType": "html", "fnRender": renderReg, "bSearchable": false },
/* URL */ { "sType": "html", "bSearchable": false, "fnRender": function (oObj) {
if(oObj.aData[9])
return "<a target='_blank' href='https://elixir.bootlin.com/linux/v6.5.9/source/"+oObj.aData[9]+"#L"+oObj.aData[10]+"'>"+oObj.aData[9]+":"+oObj.aData[10]+"</a>";
return "<a target='_blank' href='https://elixir.bootlin.com/linux/v6.6/source/"+oObj.aData[9]+"#L"+oObj.aData[10]+"'>"+oObj.aData[9]+":"+oObj.aData[10]+"</a>";
else
return "not implemented";
}
Expand Down Expand Up @@ -121,7 +121,7 @@ <h2 class="chunk">Linux Syscall Reference</h2>
</div>
<div id="footer" class="site">
<h4 class="chunk" style="text-align: right; color: #fdc57b;">
Generated from Linux kernel v6.5.9 using <a target="_blank" href="http://ctags.sourceforge.net/">Exuberant Ctags</a>,
Generated from Linux kernel v6.6 using <a target="_blank" href="http://ctags.sourceforge.net/">Exuberant Ctags</a>,
<a target="_blank" href="http://www.python.org/">Python</a>, and
<a target="_blank" href="http://www.datatables.net/">DataTables</a>.
<br>
Expand Down
Loading

0 comments on commit 3cac437

Please sign in to comment.