diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index a9bf7df8d3..dec31beea3 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -1805,6 +1805,7 @@ extern void up_ledoff(int led);
Each SPI device driver must implement an instance of struct spi_ops_s
.
That structure defines a call table with the following methods:
void lock(FAR struct spi_dev_s *dev);
void select(FAR struct spi_dev_s *dev, enum spi_dev_e devid, boolean selected);
uint32 setfrequency(FAR struct spi_dev_s *dev, uint32 frequency);
void setmode(FAR struct spi_dev_s *dev, enum spi_mode_e mode);