hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/arch/powerpc/include/asm/epapr_hcalls.h
....@@ -37,7 +37,7 @@
3737 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838 */
3939
40
-/* A "hypercall" is an "sc 1" instruction. This header file file provides C
40
+/* A "hypercall" is an "sc 1" instruction. This header file provides C
4141 * wrapper functions for the ePAPR hypervisor interface. It is inteded
4242 * for use by Linux device drivers and other operating systems.
4343 *
....@@ -246,7 +246,7 @@
246246 * ev_int_eoi - signal the end of interrupt processing
247247 * @interrupt: the interrupt number
248248 *
249
- * This function signals the end of processing for the the specified
249
+ * This function signals the end of processing for the specified
250250 * interrupt, which must be the interrupt currently in service. By
251251 * definition, this is also the highest-priority interrupt.
252252 *