Skip to content

Commit

Permalink
Typos (#63)
Browse files Browse the repository at this point in the history
* typos

Signed-off-by: acastellane <alexandre.castellane@fr.ibm.com>

* typos

Signed-off-by: acastellane <alexandre.castellane@fr.ibm.com>
  • Loading branch information
acastellane authored Apr 29, 2020
1 parent 91b0fd2 commit 09ffd86
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions software/tools/oc_maint.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,12 @@ static void* snap_open (struct mdev_ctx* mctx)
{
VERBOSE0 ("Error: Can not open CAPI-SNAP Device: %s\n",
device);
VERBOSE0(" => You might try sudo or adjust Root rights\n");
VERBOSE0(" to set rights, you may permanently \n");
VERBOSE0 (" create a /etc/udev/rules.d/20-ocaccel.rules file including:\n");
VERBOSE0 (" SUBSYSTEM==\"ocxl\", DEVPATH==\"*/ocxl/IBM,oc-snap*\", MODE=\"666\", RUN=\"/bin/chmod 666 %%S/%\%p/global_mmio_area\" and reboot \n");
VERBOSE0(" => Make sure an FPGA card with proper OpenCAPI bin and cable is connected\n");
VERBOSE0(" => Check all cards availability with $SNAP_ROOT/software/tools/oc_find_card -v -AALL\n");
VERBOSE0(" => Otherwise you might try with \"sudo\" or adjust Root rights\n");
VERBOSE0(" to set rights, you may permanently: \n");
VERBOSE0(" create a /etc/udev/rules.d/20-ocaccel.rules file including:\n");
VERBOSE0(" SUBSYSTEM==\"ocxl\", DEVPATH==\"*/ocxl/IBM,oc-snap*\", MODE=\"666\", RUN=\"/bin/chmod 666 %%S/%\%p/global_mmio_area\" and reboot \n");
}

return handle;
Expand Down

0 comments on commit 09ffd86

Please sign in to comment.