File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,13 +212,13 @@ impl SystemTable<Runtime> {
212212 /// Changes the runtime addressing mode of EFI firmware from physical to virtual. 
213213/// It is up to the caller to translate the old SystemTable address to a new virtual 
214214/// address and provide it for this function. 
215- /// See [' get_current_system_table_addr' ] 
215+ /// See [` get_current_system_table_addr` ] 
216216/// 
217217/// # Safety 
218218/// 
219219/// Setting new virtual memory map is unsafe and may cause undefined behaviors. 
220220/// 
221- /// [' get_current_system_table_addr' ]: SystemTable::get_current_system_table_addr 
221+ /// [` get_current_system_table_addr` ]: SystemTable::get_current_system_table_addr 
222222pub  unsafe  fn  set_virtual_address_map ( 
223223 self , 
224224 map :  & mut  [ MemoryDescriptor ] , 
                         You can’t perform that action at this time. 
           
                  
0 commit comments