diff --git a/docs/README.md b/docs/README.md index 17fa6c35d2..10fe2e1e00 100755 --- a/docs/README.md +++ b/docs/README.md @@ -64,7 +64,7 @@ int main() { ret = rsmi_num_monitor_devices(&num_devices); for (int i=0; i < num_devices; ++i) { - ret = rsmi_dev_id_get(i &dev_id); + ret = rsmi_dev_id_get(i, &dev_id); // dev_id holds the device ID of device i, upon a // successful call } diff --git a/docs/ROCm_SMI_Intro.pdf b/docs/ROCm_SMI_Manual.pdf similarity index 99% rename from docs/ROCm_SMI_Intro.pdf rename to docs/ROCm_SMI_Manual.pdf index 0668762d6f..b809f8b20e 100644 Binary files a/docs/ROCm_SMI_Intro.pdf and b/docs/ROCm_SMI_Manual.pdf differ